Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
31b4 authored May 27, 2024
1 parent 77b4a50 commit 9b96b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
working-directory: build/ios/iphoneos

- name: Zip output
run: zip -qq -r -9 1.4.ipa Payload
run: zip -qq -r -9 1.5.ipa Payload
working-directory: build/ios/iphoneos

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/ios/iphoneos/1.4.ipa
tag: v1.4
file: build/ios/iphoneos/1.5.ipa
tag: v1.5
overwrite: true
body: "alpha"

0 comments on commit 9b96b4d

Please sign in to comment.