Skip to content

Commit 95fd3fa

Browse files
committed
Workflow typo
1 parent 37c3779 commit 95fd3fa

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
@@ -65,7 +65,7 @@ jobs:
6565
mv "back/dist/whombat.zip" "dist/whombat-${{ matrix.os }}-${{ github.ref_name }}.zip"
6666
6767
- name: Bundle app (Linux/macOS)
68-
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == "macos-12" }}
68+
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' }}
6969
run: |
7070
bash scripts/bundle_linux.sh
7171
mv dist/whombat.zip "dist/whombat-${{ matrix.os }}-${{ github.ref_name }}.zip"

0 commit comments

Comments
 (0)