From 179a6a256a9fa83916500d8f4ac829576ad2aa57 Mon Sep 17 00:00:00 2001 From: LeapwardKoex Date: Thu, 14 Nov 2024 22:30:52 +1300 Subject: [PATCH] Try a different path --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 75a8fe6..469191b 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -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 }}