Skip to content

Commit

Permalink
github action push-to-release change uses-source
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshkat-Shadik committed Sep 5, 2024
1 parent 151c444 commit 1a59b32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- run: flutter build apk --debug --split-per-abi -t lib/main.dart
- run: flutter build appbundle
- name: Push to Releases
uses: ncipollo/release-action@v1
uses: oberhauser-dev/flutter-release-action@v0
with:
artifacts: "build/app/outputs/apk/debug/*,build/ios/iphoneos/app.ipa"
app-name: 'Weather App'
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.TOKEN }}

0 comments on commit 1a59b32

Please sign in to comment.