We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d2f31 commit 75d58b1Copy full SHA for 75d58b1
.github/workflows/bundle.yml
@@ -61,7 +61,7 @@ jobs:
61
shell: pwsh
62
run: |
63
scripts/bundle_windows.ps1
64
- mv "back/dist/whombat.zip" "dist/whombat-${{ matrix.os }}-${{ github.ref_name }}.zip"
+ mv "dist\whombat.zip" "dist\whombat-${{ matrix.os }}-${{ github.ref_name }}.zip"
65
66
- name: Bundle app (Linux/macOS)
67
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' }}
0 commit comments