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
2 additions and
2 deletions
-
.github/workflows/Sophia.yml
|
|
@ -12,7 +12,7 @@ jobs: |
|
|
|
timeout-minutes: 5 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@master |
|
|
|
- name: Build 5.1 |
|
|
|
- name: PowerShell 5.1 |
|
|
|
run: | |
|
|
|
$BUILD_DIR = "Sophia Script v" |
|
|
|
if ($env:GITHUB_REF -eq "refs/heads/master") |
|
|
@ -40,7 +40,7 @@ jobs: |
|
|
|
"$($_.Name) $((Get-FileHash -LiteralPath $_.FullName -Algorithm SHA256).Hash)" |
|
|
|
} | Add-Content -Path SHA256SUM -Encoding Default -Force |
|
|
|
|
|
|
|
- name: Build 7 |
|
|
|
- name: PowerShell 7 |
|
|
|
run: | |
|
|
|
$BUILD_DIR = "Sophia Script v" |
|
|
|
if ($env:GITHUB_REF -eq "refs/heads/master") |
|
|
|