Skip to content

Commit

Permalink
Use action-gh-release to publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Dec 19, 2021
1 parent 74fe006 commit bbb17a8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -268,8 +268,7 @@ jobs:
mv ezra-bible-app_fedora33_latest/ezra-bible-app_latest.rpm packages/ezra-bible-app_fedora33-${GITHUB_REF##*/}.rpm
- name: Publish artifacts
uses: skx/github-action-publish-binaries@release-0.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
args: 'packages/*.*'
files: packages/*.*

0 comments on commit bbb17a8

Please sign in to comment.