diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index 5ceecb1b..7c127b39 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -140,7 +140,7 @@ jobs: - name: SHA256SUM run: | - Get-ChildItem -Path "$PSScriptRoot\*.zip -Force" | fl * + Get-ChildItem -Path "$PSScriptRoot\*.zip" -Force | fl * - name: Upload archives to release uses: svenstaro/upload-release-action@master