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:
172
172
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
173
173
with :
174
174
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
176
176
asset_name : tauri-python-sidecar_linux-setup.zip # display name on release page (not file name)
177
177
asset_content_type : application/zip
178
178
@@ -183,7 +183,7 @@ jobs:
183
183
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
184
184
with :
185
185
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
187
187
asset_name : tauri-python-sidecar_macos-setup.zip # display name on release page (not file name)
188
188
asset_content_type : application/zip
189
189
@@ -194,6 +194,6 @@ jobs:
194
194
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
195
195
with :
196
196
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
198
198
asset_name : tauri-python-sidecar_windows-setup.zip # display name on release page (not file name)
199
199
asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments