Skip to content

Commit 75d58b1

Browse files
committed
Fix: small typo in windows bundle workflow
1 parent 44d2f31 commit 75d58b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: pwsh
6262
run: |
6363
scripts/bundle_windows.ps1
64-
mv "back/dist/whombat.zip" "dist/whombat-${{ matrix.os }}-${{ github.ref_name }}.zip"
64+
mv "dist\whombat.zip" "dist\whombat-${{ matrix.os }}-${{ github.ref_name }}.zip"
6565
6666
- name: Bundle app (Linux/macOS)
6767
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' }}

0 commit comments

Comments
 (0)