mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
fix(ci): force bash shell on Windows for gh release step
This commit is contained in:
@@ -132,12 +132,11 @@ jobs:
|
|||||||
# as the signature value (wrong). Delete it so only our generate-update-manifest.js
|
# as the signature value (wrong). Delete it so only our generate-update-manifest.js
|
||||||
# output is ever used as the canonical update manifest.
|
# output is ever used as the canonical update manifest.
|
||||||
- name: remove tauri-action generated update manifest
|
- name: remove tauri-action generated update manifest
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
gh release delete-asset ${{ github.ref_name }} latest.json --yes || true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
|
||||||
gh release delete-asset \
|
|
||||||
"app-v${{ needs.create-release.outputs.package_version }}" \
|
|
||||||
latest.json --yes 2>/dev/null || true
|
|
||||||
|
|
||||||
- name: sign and upload Windows NSIS updater bundle
|
- name: sign and upload Windows NSIS updater bundle
|
||||||
if: matrix.settings.platform == 'windows-latest'
|
if: matrix.settings.platform == 'windows-latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user