another windows moment

This commit is contained in:
stonedDiscord 2023-06-11 14:30:54 +02:00 committed by GitHub
parent 1d1041c06f
commit da227101a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,9 +30,9 @@ jobs:
- name: Build - name: Build
shell: cmd shell: cmd
run: | run: |
call ./msvc420/bin/VCVARS32.BAT x86 call .\msvc420\bin\VCVARS32.BAT x86
mkdir Release mkdir Release
./msvc420/bin/NMAKE.EXE /f isle.mak CFG="ISLE - Win32 Release" .\msvc420\bin\NMAKE.EXE /f isle.mak CFG="ISLE - Win32 Release"
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@master