mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-10 10:05:10 -05:00
Zip ".\blockchain"
Re-enable all github actions
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
name: Build Ubuntu and MacOS
|
||||
|
||||
|
||||
#on: [push]
|
||||
on: [release]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
name: Upload source distribution to PyPI
|
||||
|
||||
#on: [push, pull_request]
|
||||
on: [release]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
upload_source_dist:
|
||||
|
||||
@@ -30,4 +30,4 @@ Copy-Item "$buildDir\*.exe" "$finalDir\" -Force
|
||||
Copy-Item ".\blockchain\*.whl" "$blockchainDir\wheels" -Force
|
||||
dir ".\blockchain\*.whl"
|
||||
# Put a .zip of windows-wheels in Artifacts
|
||||
# Compress-Archive -Path "$blockchainDir\wheels\" -DestinationPath "$finalDir\windows-wheels.zip" -Force
|
||||
Compress-Archive -Path ".\blockchain" -DestinationPath "$finalDir\windows-wheels.zip" -Force
|
||||
|
||||
Reference in New Issue
Block a user