fix: prevent reset of resources
This commit is contained in:
parent
6a5e3175e0
commit
caaa4f92c8
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user