Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgbkn authored Sep 13, 2023
1 parent 479b798 commit 46926ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Push Release
uses: ncipollo/release-action@v1
with:
# artifacts: "build/app/outputs/flutter-apk/*.apk,build/windows/runner/Release/TorFlix-${{github.ref_name}}-windows.zip"
artifacts: "build/windows/runner/Release/TorFlix-${{github.ref_name}}-windows.zip"
artifacts: "build/app/outputs/flutter-apk/*.apk,build/windows/runner/Release/TorFlix-${{github.ref_name}}-windows.zip"
#artifacts: "build/windows/runner/Release/TorFlix-${{github.ref_name}}-windows.zip"
token: ${{ secrets.TOKEN }}
tag: 1.0.${{github.run_number}}

0 comments on commit 46926ec

Please sign in to comment.