Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan-kamel committed Apr 19, 2024
1 parent 7155ba2 commit 6b43fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cd ..
zip -r app.ipa Payload
- name: Push to Releases
uses: ncipollo/release-action@v3
uses: ncipollo/release-action@v2
with:
artifacts: "build/app/outputs/apk/debug/*,build/ios/iphoneos/app.ipa"
tag: v1.0.${{ github.run_number }}
Expand Down

0 comments on commit 6b43fa0

Please sign in to comment.