Skip to content

Commit

Permalink
Switch to glob for play uploads.
Browse files Browse the repository at this point in the history
It looks like the new update on this doesn't support variable substitutions
in the same way. Just switching this over to a glob instead.
  • Loading branch information
ReneeVandervelde committed Dec 22, 2024
1 parent 45c9baa commit b690611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
serviceAccountJson: service_account.json
packageName: com.inkapplications.glassconsole
releaseFile: build/output/GlassConsole-${{ github.ref_name }}.aab
releaseFiles: build/output/GlassConsole-*.aab
track: internal
create-release:
name: Draft Github Release
Expand Down

0 comments on commit b690611

Please sign in to comment.