Skip to content

Commit 6e73ce4

Browse files
committed
unzip is not installed inside the container 🤦‍♂️
1 parent 8808ce5 commit 6e73ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ jobs:
369369
- name: unzip mac notarized bundle
370370
working-directory: ${{ matrix.executable-path }}
371371
run: |
372+
apt install unzip
372373
unzip ${{ matrix.artifact-name }}.zip
373374
rm ${{ matrix.artifact-name }}.zip
374375
if: matrix.os == 'macos-12'

0 commit comments

Comments
 (0)