mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
feat: v1.34.0 — Mobile UI Early Preview, Russian 2, macOS network fix
Co-authored-by: kilyabin <kilyabin@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -128,6 +128,17 @@ jobs:
|
||||
releaseDraft: true
|
||||
args: ${{ matrix.settings.args }}
|
||||
|
||||
# tauri-action auto-generates a latest.json using the pubkey from tauri.conf.json
|
||||
# as the signature value (wrong). Delete it so only our generate-update-manifest.js
|
||||
# output is ever used as the canonical update manifest.
|
||||
- name: remove tauri-action generated update manifest
|
||||
env:
|
||||
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
|
||||
if: matrix.settings.platform == 'windows-latest'
|
||||
shell: pwsh
|
||||
|
||||
Reference in New Issue
Block a user