Skip to content

Commit

Permalink
Fixes VERSION setting for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jerefrer committed Jan 31, 2025
1 parent dae8e7a commit 32b9c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
$OS = $env:RUNNER_OS.ToLower()
$ARCH = $env:RUNNER_ARCH.ToLower()
VERSION="${GITHUB_REF_NAME#v}"
$VERSION = "${GITHUB_REF_NAME#v}"
$ARTIFACT_NAME = "bdrc_ocr_${OS}_${ARCH}_${VERSION}"
echo "VERSION=${VERSION}" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" | Out-File -FilePath $env:GITHUB_ENV -Append
Expand Down

0 comments on commit 32b9c5d

Please sign in to comment.