Skip to content

Commit 0f607cb

Browse files
committed
Renamed Overload-X.X-win32_x64 release to Overload-X.X-windows_x64
* Fixed #621
1 parent 273d142 commit 0f607cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/windows_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Upload Release Artifact
3030
uses: actions/upload-artifact@v4
3131
with:
32-
name: Overload-${{ steps.version.outputs.VERSION }}-win32_x64
33-
path: Releases/Overload-${{ steps.version.outputs.VERSION }}-win32_x64.zip
32+
name: Overload-${{ steps.version.outputs.VERSION }}-windows_x64
33+
path: Releases/Overload-${{ steps.version.outputs.VERSION }}-windows_x64.zip
3434
retention-days: 90

Scripts/Windows/MakeReleaseBuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if %ERRORLEVEL% neq 0 (
1717

1818
:: The output is located in a folder called ..\..\Build\Release. Create an archive with this folder's content, and name the archive Overload-<version>-<platform>.zip.
1919
for /f "delims=" %%v in (..\..\VERSION.txt) do set version=%%v
20-
set platform=win32_x64
20+
set platform=windows_x64
2121

2222
:: Navigate to the release folder
2323
pushd ..\..\Build\

0 commit comments

Comments
 (0)