diff --git a/.github/workflows/execute-release.yml b/.github/workflows/execute-release.yml index 5e18c96..e261086 100644 --- a/.github/workflows/execute-release.yml +++ b/.github/workflows/execute-release.yml @@ -282,9 +282,9 @@ jobs: rustup target add x86_64-pc-windows-gnu cargo build --release --target x86_64-pc-windows-gnu - echo "momento_binary_path=.\target\x86_64-pc-windows-gnu\release\momento.exe" >> $GITHUB_OUTPUT + echo "momento_binary_path=.\target\x86_64-pc-windows-gnu\release\momento.exe" >> $ENV:GITHUB_OUTPUT $distributableFile64Prefix = "momento-cli-$env:VERSION.windows_x64" - echo "distributable_file_prefix=$distributableFile64Prefix" >> $GITHUB_OUTPUT + echo "distributable_file_prefix=$distributableFile64Prefix" >> $ENV:GITHUB_OUTPUT - name: Write client auth certificate file id: write_client_auth_cert