Skip to content

Commit

Permalink
fix: variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Dec 27, 2023
1 parent dc248a1 commit b7a29ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
HELPER_VERSION: 0.12
VERSION: ${{ github.ref_name == 'main' && 'latest' || github.ref_name }}
run: |
$BYTEMAN_DIR=byteman-download-${BYTEMAN_VERSION}
BYTEMAN_DIR=byteman-download-${BYTEMAN_VERSION}
curl -fsSLO https://downloads.jboss.org/byteman/${BYTEMAN_VERSION}/${BYTEMAN_DIR}-bin.zip
unzip ${BYTEMAN_DIR}-bin.zip
Expand Down

0 comments on commit b7a29ca

Please sign in to comment.