Browse Source

Update Sophia.yml

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

2
.github/workflows/Sophia.yml

@ -140,7 +140,7 @@ jobs:
- name: SHA256SUM
run: |
Get-ChildItem -Path "$PSScriptRoot\*.zip" -Force | fl *
Get-ChildItem -Path "$PSScriptRoot" -Recurse -Force | fl *
- name: Upload archives to release
uses: svenstaro/upload-release-action@master

Loading…
Cancel
Save