We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c3779 commit 95fd3faCopy full SHA for 95fd3fa
.github/workflows/bundle.yml
@@ -65,7 +65,7 @@ jobs:
65
mv "back/dist/whombat.zip" "dist/whombat-${{ matrix.os }}-${{ github.ref_name }}.zip"
66
67
- name: Bundle app (Linux/macOS)
68
- if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == "macos-12" }}
+ if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' }}
69
run: |
70
bash scripts/bundle_linux.sh
71
mv dist/whombat.zip "dist/whombat-${{ matrix.os }}-${{ github.ref_name }}.zip"
0 commit comments