Merge branch 'master' of https://github.com/Leapward-Koex/MaiTouchSensorEmulator
commit
76f39d5be8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue