Skip to content

Commit

Permalink
Try to fix msi build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Oct 29, 2023
1 parent 54e3060 commit a864ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ jobs:
with:
name: build-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build_type }}
path: |
${{ github.workspace }}/builds/ninja-multi-vcpkg-ci/${{ matrix.build_type }}/*.msi
${{ github.workspace }}/builds/ninja-multi-vcpkg-ci/${{ matrix.build_type }}/*-${{ matrix.arch }}.msi
if-no-files-found: error
retention-days: 7
7 changes: 1 addition & 6 deletions installer/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@ if "%ASPIA_ARCH%" == "" ( goto :USAGE )
if "%ASPIA_SRC_DIR%" == "" ( goto :USAGE )
if "%ASPIA_BIN_DIR%" == "" ( goto :USAGE )

set TMP_DIR=%ASPIA_BIN_DIR%\temp
set TMP_DIR=%ASPIA_BIN_DIR%
set SRC_DIR=%ASPIA_SRC_DIR%\installer
set EN_US_POSTFIX=%ASPIA_VERSION%-%ASPIA_ARCH%

if not exist "%TMP_DIR%" (
echo "Output directory does not exist. Create it."
mkdir %TMP_DIR%
)

echo "##################################################"
echo "Aspia Src Dir: %ASPIA_SRC_DIR%"
echo "Aspia Bin Dir: %ASPIA_BIN_DIR%"
Expand Down

0 comments on commit a864ae3

Please sign in to comment.