File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Compile!
2525 run : make && make --always-make linux
2626
27- - uses : actions/upload-artifact@v2
27+ - uses : actions/upload-artifact@v7
2828 with :
2929 name : basque.linux.zip
3030 path : basque.linux.zip
4040 - name : Compile!
4141 run : make && make --always-make mac
4242
43- - uses : actions/upload-artifact@v2
43+ - uses : actions/upload-artifact@v7
4444 with :
4545 name : basque.mac.zip
4646 path : basque.mac.zip
6161 - name : Prepare VS enviro and compile!
6262 run : $VS_EDITION = dir 'C:\Program Files\Microsoft Visual Studio\' | ? -FilterScript {$_.Name -like "[0-9]*"} | Sort CreationTime | Select Name -First 1; $VCVARSALL_BIN = Get-ChildItem -Path "C:\Program Files\Microsoft Visual Studio\$($VS_EDITION.Name)\" -Filter 'vcvarsall.bat' -Recurse | Select FullName -First 1; $Env:CC = "`"C:\Program Files\LLVM\bin\clang.exe`""; cmd /c "`"$($VCVARSALL_BIN.FullName)`" x64 && nmake /e && nmake /a windows"
6363
64- - uses : actions/upload-artifact@v2
64+ - uses : actions/upload-artifact@v7
6565 with :
6666 name : basque.windows.zip
6767 path : basque.windows.zip
9292 github_token : ${{ secrets.GITHUB_TOKEN }}
9393 branch : ${{ github.ref }}
9494
95- - uses : actions/upload-artifact@v2
95+ - uses : actions/upload-artifact@v7
9696 with :
9797 name : basque.wasm.zip
9898 path : basque.wasm.zip
You can’t perform that action at this time.
0 commit comments