Skip to content

Commit 1c04722

Browse files
authored
Change windows artifact name
Hopefully it should change the zip's name and leave the executable name unchanged
1 parent de65181 commit 1c04722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
run: ${{ '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" && cl /nologo /O2 /Oi /Gy /GS /GL /fp:precise /EHsc /MD /Zc:inline /TP /analyze- /permissive- /Fesupmover.exe main.cpp' }}
5151
- uses: actions/upload-artifact@v4
5252
with:
53-
name: supmover.exe
53+
name: supmover-win
5454
path: supmover.exe

0 commit comments

Comments
 (0)