File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 run : |
2929 pip install pep517 wheel
3030 pip wheel --use-pep517 --only-binary cbor2 --extra-index-url https://download.chia.net/simple/ -f ${{ github.workspace }} --wheel-dir=${{ github.workspace }}\electron-wix\blockchain ${{ github.workspace }}\.
31- New-Item -ItemType Directory -Path ${{ github.workspace }}\electron-wix\final
32- Compress-Archive -Path ${{ github.workspace }}\electron-wix\blockchain\* -DestinationPath ${{ github.workspace }}\electron-wix\final\windows-wheels.zip -Force
33- Write-Host "windows-wheels.zip added to Artifacts"
34- dir ${{ github.workspace }}\electron-wix\final
3531
3632 - name : Install electron-packager
3733 run : |
Original file line number Diff line number Diff line change @@ -27,3 +27,7 @@ Write-Host "Successfully built Chia installer for $env:version"
2727New-Item - ItemType Directory - Path " $finalDir "
2828Copy-Item " $buildDir \*.msi" " $finalDir \" - Force
2929Copy-Item " $buildDir \*.exe" " $finalDir \" - Force
30+ Copy-Item " .\blockchain\*.whl" " $blockchainDir \wheels" - Force
31+ dir " .\blockchain\*.whl"
32+ # Put a .zip of windows-wheels in Artifacts
33+ # Compress-Archive -Path "$blockchainDir\wheels\" -DestinationPath "$finalDir\windows-wheels.zip" -Force
You can’t perform that action at this time.
0 commit comments