Skip to content

Commit e014442

Browse files
committed
fix asset_path
1 parent ba758c9 commit e014442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173173
with:
174174
upload_url: ${{ needs.create_release.outputs.release_upload_url }}
175-
asset_path: ./artifacts/ubuntu-latest/ubuntu-latest-artifacts.zip # file location
175+
asset_path: ./artifacts/ubuntu/ubuntu-latest-artifacts.zip # file location
176176
asset_name: tauri-python-sidecar_linux-setup.zip # display name on release page (not file name)
177177
asset_content_type: application/zip
178178

@@ -183,7 +183,7 @@ jobs:
183183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
184184
with:
185185
upload_url: ${{ needs.create_release.outputs.release_upload_url }}
186-
asset_path: ./artifacts/macos-latest/macos-latest-artifacts.zip # file location
186+
asset_path: ./artifacts/macos/macos-latest-artifacts.zip # file location
187187
asset_name: tauri-python-sidecar_macos-setup.zip # display name on release page (not file name)
188188
asset_content_type: application/zip
189189

@@ -194,6 +194,6 @@ jobs:
194194
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
195195
with:
196196
upload_url: ${{ needs.create_release.outputs.release_upload_url }}
197-
asset_path: ./artifacts/windows-latest/windows-latest-artifacts.zip # file location
197+
asset_path: ./artifacts/windows/windows-latest-artifacts.zip # file location
198198
asset_name: tauri-python-sidecar_windows-setup.zip # display name on release page (not file name)
199199
asset_content_type: application/zip

0 commit comments

Comments
 (0)