Skip to content

Commit

Permalink
Try a different path
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex committed Nov 14, 2024
1 parent 3f82365 commit 179a6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
with:
advinst-version: '22.2'
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-package-name: installMaiTouchEmulator.msi
aip-output-dir: ./setup
aip-output-dir: ${{ github.workspace }}\setup
aip-commands: |
SetProperty FOO="foo"
SetVersion 1.4.0.${{ github.run_number }}
Expand Down

0 comments on commit 179a6a2

Please sign in to comment.