Skip to content

Commit

Permalink
Try another rpmbuild fork for building rpm with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
elegos committed Jan 6, 2025
1 parent e4ea127 commit efb641f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@master

- name: Git safe directories
run: git config --global --add safe.directory /github/workspace
uses: actions/checkout@v2

- name: Read CHANGELOG.md
id: changelog
Expand All @@ -29,7 +26,7 @@ jobs:

- name: Run rpmbuild on RPM spec to produce package
id: rpm_build
uses: alvarolopez/rpmbuild@rockylinux9
uses: antedebaas/rpmbuild@v1.0.0
with:
spec_file: "arctis-manager.rpm.spec"

Expand Down

0 comments on commit efb641f

Please sign in to comment.