mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
fix: fix asset name fallback (#1110)
This commit is contained in:
2
.github/workflows/test-action.yml
vendored
2
.github/workflows/test-action.yml
vendored
@@ -174,7 +174,7 @@ jobs:
|
||||
args: ${{ matrix.args }}
|
||||
updaterJsonKeepUniversal: true
|
||||
retryAttempts: 1
|
||||
assetNamePattern: "[name]x[version]x[platform]x[arch]x[ext]"
|
||||
assetNamePattern: "[name]x[version]x[platform]x[arch]x[mode]x[ext]"
|
||||
|
||||
- name: Frontend-only Project
|
||||
uses: ./
|
||||
|
||||
Reference in New Issue
Block a user