Skip to content

Commit

Permalink
Merge pull request #316 from momentohq/fix-windows-build-output
Browse files Browse the repository at this point in the history
fix: syntax error in updating GITHUB_OUTPUT for windows build
  • Loading branch information
cprice404 authored Apr 19, 2024
2 parents a0508d2 + 2a83d2b commit f355a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/execute-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,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
Expand Down

0 comments on commit f355a46

Please sign in to comment.