Skip to content

Commit

Permalink
Add -ent for ent-release. (vesoft-inc#669)
Browse files Browse the repository at this point in the history
confirm with sophie.xie
  • Loading branch information
CPWstatic authored Mar 14, 2022
1 parent 2eb345d commit 7a8529b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: ./.github/actions/tagname-action
id: tag
- name: package
run: ./package/package.sh -v ${{ steps.tag.outputs.tagnum }} -t RelWithDebInfo -r OFF -p ON -s TRUE
run: ./package/package.sh -v ${{ steps.tag.outputs.tagnum }}-ent -t RelWithDebInfo -r OFF -p ON -s TRUE
- name: output some vars
run: |
tar zcf ${{ env.CPACK_DIR }}/nebula-${{ steps.tag.outputs.tagnum }}.tar.gz --exclude=${{ env.BUILD_DIR }} ./*
Expand Down

0 comments on commit 7a8529b

Please sign in to comment.