Skip to content

Commit

Permalink
Probably
Browse files Browse the repository at this point in the history
  • Loading branch information
femalemonkeyman committed Feb 19, 2023
1 parent 5219ae5 commit 4edbb78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ jobs:
type: 'zip'
filename: Release-${{github.ref_name}}-ios.ipa
directory: build/ios/iphoneos/Payload
- name: macOS Release
- name: IOS Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: build/macos/Build/Products/Release/Release-${{github.ref_name}}-ios.zip
files: build/ios/iphoneos/Release-${{github.ref_name}}-ios.ipa

0 comments on commit 4edbb78

Please sign in to comment.