diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5fc9a3bd0a..3753ef9e2c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -243,7 +243,10 @@ jobs: env: EVCODESIGND_PSK: ${{ secrets.EVCODESIGND_PSK }} - name: Compress signed msi - run: find release -name "*.msi" -type f -print0 | zip "release/$(find release -name "*.msi" -type f -printf '%P\n').zip" -@ + shell: bash + run: | + sudo apt install -y zip + find release -name "*.msi" -type f -print0 | zip "release/$(find release -name "*.msi" -type f -printf '%P\n').zip" -@ - name: Upload signed artifacts uses: actions/upload-artifact@v4 with: