Skip to content

Commit

Permalink
change the push-to-release source
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshkat-Shadik committed Sep 11, 2024
1 parent 80ac569 commit 7332194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Push to Releases
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/debug/*,build/ios/iphoneos/app.ipa"
artifacts: "build/app/outputs/apk/debug/*"
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.TOKEN }}

0 comments on commit 7332194

Please sign in to comment.