mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
8f5559f531
- add ability to automatically create a draft release - change windows to windows-latest - unify "Unzip CLI" and "Add CLI to Path" - remove out folder - prevent unnecessary files from generating on windows - leave resources in platform-specific artifacts - unify "Package MacOS" and "Package Windows" - use steps outputs instead of env variables for storing version/hash
4 lines
No EOL
159 B
PowerShell
4 lines
No EOL
159 B
PowerShell
if(Test-path VC_redist.x86.exe -PathType leaf) {
|
|
Return
|
|
}
|
|
Invoke-WebRequest -useb https://aka.ms/vs/17/release/vc_redist.x86.exe -outfile VC_redist.x86.exe |