mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 16:27:31 +00:00
chore: only include playstore upload binary for now
This commit is contained in:
parent
cedea50f54
commit
9b13c1fe9a
6
.github/workflows/spotube-release-binary.yml
vendored
6
.github/workflows/spotube-release-binary.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user