From 825a89c4e771ae9dbc6cb4476fbc4a6757ea907b Mon Sep 17 00:00:00 2001 From: Gustavo Maciel Date: Sun, 22 Oct 2023 14:15:35 -0300 Subject: [PATCH] ci: added target_commit on upload-release-action --- .github/workflows/release_android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_android.yml b/.github/workflows/release_android.yml index 196db9be..1e1924eb 100644 --- a/.github/workflows/release_android.yml +++ b/.github/workflows/release_android.yml @@ -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}}