Skip to content

Commit

Permalink
fixed windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Mar 28, 2021
1 parent 36357e4 commit 3e5f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cp $vm_dir/Pharo.exe $package_dir/$PROJECT_NAME.exe

& $vm_dir/PharoConsole.exe -headless $package_dir/$PROJECT_NAME.image eval --save "OPVersion currentWithRunId: $RUN_ID projectName: '$REPOSITORY_NAME'"

Compress-Archive -Path $package_dir -DestinationPath $PROJECT_NAME-$PLATFORM-$VERSION
Compress-Archive -Path $package_dir -DestinationPath "$PROJECT_NAME-$PLATFORM-$VERSION.zip"

0 comments on commit 3e5f4ae

Please sign in to comment.