Skip to content

Commit

Permalink
Test release process
Browse files Browse the repository at this point in the history
  • Loading branch information
avvertix committed Jul 15, 2023
1 parent f544b24 commit 550b7b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload $GITHUB_REF ./dist/franc-bin-linux ./dist/franc-bin-macos ./dist/franc-bin-win.exe
echo ${{ github.event.release.tag_name }}
gh release upload ${{ github.event.release.tag_name }} ./dist/franc-bin-linux ./dist/franc-bin-macos ./dist/franc-bin-win.exe

0 comments on commit 550b7b0

Please sign in to comment.