Skip to content

Commit

Permalink
Fix artifacts uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Dec 7, 2021
1 parent a67c4d1 commit 92d8e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,5 @@ jobs:
automatic_release_tag: "${{ env.TAG }}"
prerelease: true
files: |
build_tools/output/${{ env.PACKAGE_NAME }}_${{ env.VERSION }}_amd64.deb
build_tools/output/${{ env.PACKAGE_NAME }}_${{ env.VERSION }}.tar.gz
${{ env.PACKAGE_NAME }}_${{ env.VERSION }}_amd64.deb
${{ env.PACKAGE_NAME }}_${{ env.VERSION }}.tar.gz

0 comments on commit 92d8e71

Please sign in to comment.