Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan2908 authored Jan 25, 2024
1 parent 274466b commit 43f48c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Push to Releases
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/fluter-apk/*"
artifacts: "build/app/outputs/flutter-apk/*"
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.TOKEN }}

Expand Down

0 comments on commit 43f48c0

Please sign in to comment.