Skip to content

Commit

Permalink
fix(ci): correct syntax error in publish.yml
Browse files Browse the repository at this point in the history
# GENERATE BY https://aicommit.app
  • Loading branch information
rosuH committed Jul 14, 2024
1 parent 5e97751 commit 7676f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'dsaltares/godot-wild-jam-18'
version: ${{ steps.fetchLatestRelease.fetchLatestRelease.release }}
version: ${{ steps.fetchLatestRelease.outputs.release }}
file: '*.aab'
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Upload Android Release to Play Store
Expand Down

0 comments on commit 7676f81

Please sign in to comment.