Skip to content

Commit efb641f

Browse files
author
Giacomo 'Mr. Wolf' Furlan
committed
Try another rpmbuild fork for building rpm with github actions
1 parent e4ea127 commit efb641f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-on-tag.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Checkout code
16-
uses: actions/checkout@master
17-
18-
- name: Git safe directories
19-
run: git config --global --add safe.directory /github/workspace
16+
uses: actions/checkout@v2
2017

2118
- name: Read CHANGELOG.md
2219
id: changelog
@@ -29,7 +26,7 @@ jobs:
2926

3027
- name: Run rpmbuild on RPM spec to produce package
3128
id: rpm_build
32-
uses: alvarolopez/rpmbuild@rockylinux9
29+
uses: antedebaas/rpmbuild@v1.0.0
3330
with:
3431
spec_file: "arctis-manager.rpm.spec"
3532

0 commit comments

Comments
 (0)