Skip to content

Commit

Permalink
UPDATE: for android workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar Shende committed Jun 5, 2024
1 parent 711f01c commit f14fc8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flutter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: Push to Releases
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*,build/ios/iphoneos/app.ipa"
artifacts: |
./artifacts/android/*
"build/ios/iphoneos/app.ipa"
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f14fc8b

Please sign in to comment.