Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dreua committed Jan 28, 2023
1 parent 1424695 commit 00d7105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
desktop-file-utils
- name: Prepare build environment
run: |
curl -o pdfarranger.spec -L https://raw.githubusercontent.com/dreua/cnping-rpmspec/nightly/cnping.spec
curl -o cnping.spec -L https://raw.githubusercontent.com/dreua/cnping-rpmspec/nightly/cnping.spec
mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
- name: Download source as described in spec
run: spectool --get-files --sourcedir pdfarranger.spec
run: spectool --get-files --sourcedir cnping.spec
- name: Build RPM
run: rpmbuild -ba pdfarranger.spec
run: rpmbuild -ba cnping.spec
- uses: actions/upload-artifact@v3
with:
name: cnping-fedora-rpm
Expand Down

0 comments on commit 00d7105

Please sign in to comment.