Replace actions/upload-artifact@v3 with actions/upload-artifact@v4
.NET Core Desktop / build (Release) (push) Has been cancelled
Details
.NET Core Desktop / build (Release) (push) Has been cancelled
Details
parent
f12494faf3
commit
289b4f2ff5
|
@ -77,13 +77,13 @@ jobs:
|
||||||
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
|
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MaiTouchEmulatorPortable
|
name: MaiTouchEmulatorPortable
|
||||||
path: ./bin/Release/net8.0-windows10.0.17763.0/
|
path: ./bin/Release/net8.0-windows10.0.17763.0/
|
||||||
|
|
||||||
- name: Publish setup artifact
|
- name: Publish setup artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MaiTouchEmulatorInstaller
|
name: MaiTouchEmulatorInstaller
|
||||||
path: ./setup/installMaiTouchEmulator.msi
|
path: ./setup/installMaiTouchEmulator.msi
|
||||||
|
|
Loading…
Reference in New Issue