Browse Source

Update Sophia.yml

pull/241/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
e82d56c6c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/Sophia.yml

2
.github/workflows/Sophia.yml

@ -172,7 +172,7 @@ jobs:
Write-Host $BUILD_DIR
Write-Host $ZIP
Get-ChildItem -Path Wrapper -Exclude latest.txt | Copy-Item -Destination $BUILD_DIR -Recurse -Force
Get-ChildItem -Path Wrapper -Exclude latest.txt, README.md | Copy-Item -Destination $BUILD_DIR -Recurse -Force
Compress-Archive -Path $BUILD_DIR -DestinationPath $ZIP -Force
# Calculate hash

Loading…
Cancel
Save