Moved rpkg.spec into build-scripts

This commit is contained in:
Erik Reider
2022-11-04 19:53:52 +01:00
parent 6fd1ca08e2
commit 28c7d4fc76
3 changed files with 10 additions and 6 deletions

View File

@@ -28,6 +28,11 @@ jobs:
fetch-depth: 0
path: swaync
- name: Copy spec into root dir
run: |
cd swaync
cp ./build-scripts/swaync.rpkg.spec ./
- name: Generate spec
run: |
cd swaync
@@ -44,9 +49,3 @@ jobs:
cd swaync
mkdir -p out
rpkg local --out `pwd`/out
# - name: Store RPMs
# uses: actions/upload-artifact@v3
# with:
# name: rpms
# path: swaync/out/

View File

@@ -32,6 +32,11 @@ jobs:
fetch-depth: 0
path: swaync
- name: Copy spec into root dir
run: |
cd swaync
cp ./build-scripts/swaync.rpkg.spec ./
- name: Submit the build to copr
run: |
cd swaync