Skip to content

Commit

Permalink
Fix: wrong syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
songbirdzz committed Apr 28, 2024
1 parent 452b42d commit b3290a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: flutter build windows

- run: ./windows/create_shortcut.bat
- run: Compress-Archive build/windows/x64/runner/Release build/windows/x64/runner/knkpanime.lnk knkpanime-windows.zip
- run: Compress-Archive -Path build/windows/x64/runner/Release, build/windows/x64/runner/knkpanime.lnk -DestinationPath knkpanime-windows.zip
- run: Ren build/app/outputs/flutter-apk/app-release.apk knkpanime-android.apk
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit b3290a9

Please sign in to comment.