Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luu176 committed Dec 30, 2024
1 parent a275a5f commit 1936ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build&push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:

- name: Upload Build Outputs to Release
run: |
gh release upload ${{ env.VERSION }} /home/runner/.ufbt/build/metroflip.fap
gh release upload v${{ env.VERSION }} /home/runner/.ufbt/build/metroflip.fap
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1936ca8

Please sign in to comment.