Try a different path
.NET Core Desktop / build (Release) (push) Has been cancelled Details

master
LeapwardKoex 2024-11-14 22:30:52 +13:00
parent 3f8236506a
commit 179a6a256a
1 changed files with 2 additions and 2 deletions

View File

@ -104,10 +104,10 @@ jobs:
with: with:
advinst-version: '22.2' advinst-version: '22.2'
advinst-enable-automation: 'true' advinst-enable-automation: 'true'
aip-path: ./Installer/Mai Touch Emulator.aip aip-path: ${{ github.workspace }}\Installer\Mai Touch Emulator.aip
aip-build-name: DefaultBuild aip-build-name: DefaultBuild
aip-package-name: installMaiTouchEmulator.msi aip-package-name: installMaiTouchEmulator.msi
aip-output-dir: ./setup aip-output-dir: ${{ github.workspace }}\setup
aip-commands: | aip-commands: |
SetProperty FOO="foo" SetProperty FOO="foo"
SetVersion 1.4.0.${{ github.run_number }} SetVersion 1.4.0.${{ github.run_number }}