Skip to content

Commit

Permalink
ci: adding tag in release zip name(4)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Mar 27, 2020
1 parent bf59b16 commit b1c2400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/makecrossplatformrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set env
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
- name: Set up Python
uses: actions/setup-python@v1
Expand Down

0 comments on commit b1c2400

Please sign in to comment.