diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e877b28..b293be0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: CODESIGN_CROSS_SIGNED_B64: ${{ secrets.WIN_CODESIGN_INTERMEDIATE_B64 }} CODESIGN_CERTIFICATE_B64: ${{ secrets.WIN_CODESIGN_CERTIFICATE_B64 }} - name: Build installer - run: cargo make build-windows-installer --profile release + run: cargo make build-windows-installer --profile release --skip-tasks build-windows-resources - name: Sign installer run: cargo make sign-windows-installer env: @@ -84,7 +84,7 @@ jobs: CODESIGN_CROSS_SIGNED_B64: ${{ secrets.WIN_CODESIGN_INTERMEDIATE_B64 }} CODESIGN_CERTIFICATE_B64: ${{ secrets.WIN_CODESIGN_CERTIFICATE_B64 }} - name: Build portable mode archive - run: cargo make build-windows-portable --profile release + run: cargo make build-windows-portable --profile release --skip-tasks build-windows-resources - name: Create portable mode archive shell: powershell run: |