Skip to content

Commit

Permalink
Fix: xcopy error
Browse files Browse the repository at this point in the history
  • Loading branch information
songbirdzz committed Dec 23, 2024
1 parent 679f5ae commit 5f0dc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- run: flutter build windows

# Substitute DLLs
- run: xcopy ".github/dlls/*.dll" "build/windows/x64/runner/Release\" /Y
- run: xcopy ".github/dlls/*.dll" "build/windows/x64/runner/Release/" /Y

- run: Compress-Archive -Path build/windows/x64/runner/Release -DestinationPath knkpanime-windows.zip
- name: Download MacOS build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: flutter build windows

# Substitute DLLs
- run: xcopy ".github/dlls/*.dll" "build/windows/x64/runner/Release\" /Y
- run: xcopy ".github/dlls/*.dll" "build/windows/x64/runner/Release/" /Y

- run: Compress-Archive build/windows/x64/runner/Release knkpanime-windows.zip
- uses: r0adkll/sign-android-release@v1
Expand Down

0 comments on commit 5f0dc30

Please sign in to comment.