Skip to content

Commit

Permalink
bugfix: binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed May 12, 2023
1 parent fa0cc73 commit 1c2263e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/draft_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Extract branch info
- name: Set info
run: |
echo "BRANCH_NAME=c2ncl" >> $GITHUB_ENV
echo "BINARY_NAME=c2ncl" >> $GITHUB_ENV
echo "CHANNEL=$(echo ${GITHUB_REF##*/} | awk -F- '{print $2}')" >> $GITHUB_ENV
echo "VERSION=$(echo ${GITHUB_REF##*/} | awk -F- '{print $3}')" >> $GITHUB_ENV
# Fix git permission
Expand All @@ -37,7 +37,6 @@ jobs:
# Print info for debug
- name: Print Info
run: |
echo $BRANCH_NAME
echo $BINARY_NAME
echo $CHANNEL
echo $VERSION
Expand Down

0 comments on commit 1c2263e

Please sign in to comment.