Skip to content

Commit

Permalink
chore: only include playstore upload binary for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jul 10, 2023
1 parent cedea50 commit 9b13c1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,12 @@ jobs:
build/Spotube-android-all-arch.apk
build/Spotube-playstore-all-arch.aab
- uses: actions/upload-artifact@v3
with:
name: Spotube-Playstore-Binaries
path: |
build/Spotube-playstore-all-arch.aab
macos:
runs-on: macos-12
steps:
Expand Down

0 comments on commit 9b13c1f

Please sign in to comment.