Skip to content

Commit

Permalink
Add sound-android.zip to Github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Sep 26, 2023
1 parent f6c0914 commit 7c61109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up build environment and dependencies
uses: ./.github/actions/setup
- name: Build and package library with Ant
run: ant dist
run: ant dist dist-android

- name: "v* tags only: create version release draft"
uses: softprops/action-gh-release@v1
Expand All @@ -35,6 +35,7 @@ jobs:
generate_release_notes: true
files: |
../sound.zip
../sound-android.zip
../sound.txt
- name: "`latest` tag only: build latest library download release"
Expand Down

0 comments on commit 7c61109

Please sign in to comment.