Skip to content

Commit

Permalink
Do not release .apk, none produced by this job
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed May 20, 2024
1 parent c55e693 commit 60dc7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# Releases files in the "snapshot" release.
- name: Release Artifacts
if: ${{ github.ref == 'refs/heads/master' }}
run: gh release --repo ${{ github.repository }} upload snapshot --clobber *.zip *.tar.gz *.apk
run: gh release --repo ${{ github.repository }} upload snapshot --clobber *.zip *.tar.gz
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 60dc7c8

Please sign in to comment.