Replace actions/upload-artifact@v3 with actions/upload-artifact@v4
.NET Core Desktop / build (Release) (push) Has been cancelled Details

master 1.5.1
Leapward-Koex 2025-03-15 22:43:28 +13:00 committed by GitHub
parent f12494faf3
commit 289b4f2ff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -77,13 +77,13 @@ jobs:
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MaiTouchEmulatorPortable
path: ./bin/Release/net8.0-windows10.0.17763.0/
- name: Publish setup artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MaiTouchEmulatorInstaller
path: ./setup/installMaiTouchEmulator.msi