File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -342,8 +342,8 @@ jobs:
342342 id : upload-archive
343343 uses : ./.github/workflows/actions/upload-archive
344344 with :
345- name : tauri-package-app-${{ runner.os }}
346- output : tauri-package-app-${{ runner.os }}/artifact.zip
345+ name : tauri-package-app-${{ runner.os }}-${{ runner.arch == 'ARM64' && 'ARM64' || 'x64' }}
346+ output : tauri-package-app-${{ runner.os }}-${{ runner.arch == 'ARM64' && 'ARM64' || 'x64' }} /artifact.zip
347347 paths : fixtures/package-tests/tauri-app/src-tauri/target
348348 cache_key_prefix : tauri-package-app
349349 retention_days : ' 90'
Original file line number Diff line number Diff line change 9797 if : inputs.service == 'tauri' || inputs.service == 'both'
9898 uses : ./.github/workflows/actions/download-archive
9999 with :
100- name : tauri-package-app-${{ runner.os }}
101- path : tauri-package-app-${{ runner.os }}
100+ name : tauri-package-app-${{ runner.os }}-${{ runner.arch == 'ARM64' && 'ARM64' || 'x64' }}
101+ path : tauri-package-app-${{ runner.os }}-${{ runner.arch == 'ARM64' && 'ARM64' || 'x64' }}
102102 filename : artifact.zip
103103 cache_key_prefix : tauri-package-app
104104 exact_cache_key : ${{ inputs.tauri_cache_key || '' }}
You can’t perform that action at this time.
0 commit comments