Skip to content

Commit

Permalink
closing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
blessio committed Jan 6, 2025
1 parent 0694641 commit 2ea6a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bld-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:

- name: 100. Generate UUID
id: generate-uuid
shell: bash #
shell: bash
run: |
if [[ "$RUNNER_OS" == "Windows" ]]; then
echo "uuid=$(powershell -Command '[guid]::NewGuid().ToString()')" >> "$GITHUB_OUTPUT
echo "uuid=$(powershell -Command '[guid]::NewGuid().ToString()')" >> "$GITHUB_OUTPUT"
else
echo "uuid=$(uuidgen)" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit 2ea6a81

Please sign in to comment.