Skip to content

Commit

Permalink
Another try to get publish path right for auto release package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Psypher9 committed Apr 19, 2023
1 parent a92956f commit 39fb709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/godot_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |-
gh release upload ${{ github.ref_name }} ./${{ env.output_file }}
ls
gh release upload ${{ github.ref_name }} ${{ github.workspace }}/build/${{ env.output_file }}

0 comments on commit 39fb709

Please sign in to comment.