Skip to content

Commit

Permalink
fix build-test-and-push-windows-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jun 12, 2024
1 parent 91eda59 commit 78b5160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-and-push-windows-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:
cl="${{ fromJSON(inputs.features)[1].version }}";
cuda="${{ fromJSON(inputs.features)[0].version }}";
version="$(git describe --abbrev=0 --tags | sed 's/[a-zA-Z]//g' | cut -d '.' -f -2)";
tag_without_os="${version}-cuda${cuda}-cl${cl}";
cat <<EOF | tee "$GITHUB_OUTPUT"
cl=${cl}
cuda=${cuda}
repo=${repo,,}
version=${version}
tag_without_os=${version}-cuda${cuda}-cl${cl}
tag_without_os=${tag_without_os}
tag=${tag_without_os}-${{ inputs.os }}${{ matrix.edition }}
EOF
Expand Down

0 comments on commit 78b5160

Please sign in to comment.