Skip to content

Commit

Permalink
fix: disable rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Mar 24, 2024
1 parent 7b0c2ef commit 8f77e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run: dpkg-deb --build SOURCES/${GITHUB_REPO_NAME} "${{ env.GITHUB_REPO_NAME }}_${{ env.VERSION }}_${{ env.DEB_ARCHITECTURE }}.deb"

- name: Confirm builds complete
run: sudo install -m 644 -o runner -g runner $(find . -type f -name *.deb && find . -type f -name *.rpm) release/
run: sudo install -m 644 -o runner -g runner $(find . -type f -name *.deb) release/

- name: Upload packages to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 8f77e21

Please sign in to comment.