Skip to content

Commit

Permalink
#180 [LS] - Include x64 in installer name for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
l4uZP committed Jan 30, 2025
1 parent 2be3734 commit 8b429e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
with:
upload_url: ${{ needs.create-release-from-tag.outputs.upload-url }}
asset_path: "installer-windows/Wahay Bundle Installer.exe"
asset_name: "Wahay Bundle Installer.exe"
asset_name: "Wahay Bundle Installer x64.exe"
asset_content_type: application/octet-stream
- name: Upload Windows Bundle Installer checksum
uses: actions/upload-release-asset@v1
Expand All @@ -333,7 +333,7 @@ jobs:
with:
upload_url: ${{ needs.create-release-from-tag.outputs.upload-url }}
asset_path: "installer-windows/Wahay Bundle Installer.exe_checksum"
asset_name: "Wahay Bundle Installer.exe_checksum"
asset_name: "Wahay Bundle Installer x64.exe_checksum"
asset_content_type: text/plain
- name: Upload Windows Installer
uses: actions/upload-release-asset@v1
Expand All @@ -342,7 +342,7 @@ jobs:
with:
upload_url: ${{ needs.create-release-from-tag.outputs.upload-url }}
asset_path: "installer-windows/Wahay Installer.exe"
asset_name: "Wahay Installer.exe"
asset_name: "Wahay Installer x64.exe"
asset_content_type: application/octet-stream
- name: Upload Windows Installer checksum
uses: actions/upload-release-asset@v1
Expand All @@ -351,5 +351,5 @@ jobs:
with:
upload_url: ${{ needs.create-release-from-tag.outputs.upload-url }}
asset_path: "installer-windows/Wahay Installer.exe_checksum"
asset_name: "Wahay Installer.exe_checksum"
asset_name: "Wahay Installer x64.exe_checksum"
asset_content_type: text/plain

0 comments on commit 8b429e9

Please sign in to comment.