Dmitry Nefedov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/Sophia.yml
|
@ -140,7 +140,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: SHA256SUM |
|
|
- name: SHA256SUM |
|
|
run: | |
|
|
run: | |
|
|
Get-ChildItem -Path "$PSScriptRoot\*.zip" -Force | fl * |
|
|
Get-ChildItem -Path "$PSScriptRoot" -Recurse -Force | fl * |
|
|
|
|
|
|
|
|
- name: Upload archives to release |
|
|
- name: Upload archives to release |
|
|
uses: svenstaro/upload-release-action@master |
|
|
uses: svenstaro/upload-release-action@master |
|
|