mirror of
https://github.com/emtee40/NanaZip
synced 2026-04-25 16:24:56 +02:00
Update GitHub Actions for Node 20 support (#376)
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
This commit is contained in:
committed by
GitHub
parent
4313eec2c2
commit
8a3e07f799
6
.github/workflows/BuildBinaries.yml
vendored
6
.github/workflows/BuildBinaries.yml
vendored
@@ -16,17 +16,17 @@ jobs:
|
||||
env:
|
||||
POWERSHELL_TELEMETRY_OPTOUT: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- uses: microsoft/setup-msbuild@v1
|
||||
- uses: microsoft/setup-msbuild@v2
|
||||
- name: Clear local NuGet cache (workaround for failed restores on windows-latest)
|
||||
run: dotnet nuget locals all --clear
|
||||
- name: Build
|
||||
run: msbuild BuildAllTargets.proj
|
||||
- name: Prepare artifacts
|
||||
run: rm Output\Binaries\* -vb -Recurse -Force -Include *.exp, *.idb, *.ilk, *.iobj, *.ipdb, *.lastbuildstate, *.lib, *.obj, *.res, *.tlog
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: NanaZip_All_Binaries_GitHubActions
|
||||
path: Output\Binaries
|
||||
|
||||
Reference in New Issue
Block a user