Skip to content

Commit

Permalink
Merge pull request #199 from Poing-Studios/fix-generate-version-v3
Browse files Browse the repository at this point in the history
ci: added target_commit on upload-release-action
  • Loading branch information
gumaciel authored Oct 22, 2023
2 parents 6690a45 + 825a89c commit 2874b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
target_commit: ${{ github.ref_name }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: .output/poing-godot-admob-android-v${{env.CURRENT_GODOT_VERSION}}.zip
tag: ${{env.PLUGIN_VERSION}}
Expand Down

0 comments on commit 2874b92

Please sign in to comment.