Skip to content

Commit 0e22915

Browse files
Fix macOs build upload to release
1 parent bd76673 commit 0e22915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
194194
with:
195195
upload_url: ${{ steps.create-release.outputs.upload_url }}
196-
asset_path: .
196+
asset_path: robosats-desktop-${{ needs.check-versions.outputs.semver }}-mac-darwin-x64.zip
197197
asset_name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-mac-darwin-x64.zip
198198
asset_content_type: application/zip
199199

@@ -214,13 +214,13 @@ jobs:
214214
asset_name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-linux-x64.zip
215215
asset_content_type: application/zip
216216

217-
- name: 'Download window Build Artifact'
217+
- name: 'Download Windows Build Artifact'
218218
uses: actions/download-artifact@v4
219219
with:
220220
name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-win32-ia32.zip
221221
path: .
222222

223-
- name: 'Upload macOS Build Artifact'
223+
- name: 'Upload Windows Build Artifact'
224224
id: upload-release-win-zip-asset
225225
uses: actions/upload-release-asset@v1
226226
env:

0 commit comments

Comments
 (0)