Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG authored Nov 26, 2024
1 parent a45df1b commit e069e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_build:
- ps: >-
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=Release /property:Platform=Win32
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=Release /property:Platform=Win64
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=Release /property:Platform=x64
Start-FileDownload https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/Win32-latest/version-Win32.zip
Expand Down Expand Up @@ -47,4 +47,4 @@ before_package:
release.bat
after_build:
- ps: Get-ChildItem .\bin\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- ps: Get-ChildItem .\bin\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 comments on commit e069e9a

Please sign in to comment.