Commit 28c7d4fc authored by Erik Reider's avatar Erik Reider

Moved rpkg.spec into build-scripts

parent 6fd1ca08
...@@ -28,6 +28,11 @@ jobs: ...@@ -28,6 +28,11 @@ jobs:
fetch-depth: 0 fetch-depth: 0
path: swaync path: swaync
- name: Copy spec into root dir
run: |
cd swaync
cp ./build-scripts/swaync.rpkg.spec ./
- name: Generate spec - name: Generate spec
run: | run: |
cd swaync cd swaync
...@@ -44,9 +49,3 @@ jobs: ...@@ -44,9 +49,3 @@ jobs:
cd swaync cd swaync
mkdir -p out mkdir -p out
rpkg local --out `pwd`/out rpkg local --out `pwd`/out
# - name: Store RPMs
# uses: actions/upload-artifact@v3
# with:
# name: rpms
# path: swaync/out/
...@@ -32,6 +32,11 @@ jobs: ...@@ -32,6 +32,11 @@ jobs:
fetch-depth: 0 fetch-depth: 0
path: swaync path: swaync
- name: Copy spec into root dir
run: |
cd swaync
cp ./build-scripts/swaync.rpkg.spec ./
- name: Submit the build to copr - name: Submit the build to copr
run: | run: |
cd swaync cd swaync
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment