Skip to content

Commit

Permalink
fix: syntax error in updating GITHUB_OUTPUT for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Apr 19, 2024
1 parent 569ab8e commit 2a83d2b
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 @@ -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
Expand Down

0 comments on commit 2a83d2b

Please sign in to comment.