diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9412532bd8..24780583fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: 7z a -mx9 Netch.7z release 7z rn Netch.7z release Netch - echo "NETCH_SHA256=$(.\sha256.ps1 C:\builtfiles\Netch.7z)" | Out-File -FilePath $env:GITHUB_ENV -Encoding UTF8 -Append + echo "NETCH_SHA256=$(.\sha256.ps1 Netch.7z)" | Out-File -Append -Encoding UTF8 -FilePath $Env:GITHUB_ENV - name: Release uses: softprops/action-gh-release@v1