File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments