🔨 Update github workflow

This commit is contained in:
SebClem 2020-10-31 16:37:20 +01:00
parent eafc4b6170
commit dcc6acf998

View File

@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Get build number
id: get_version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_RUN_NUMBER})
run: echo "RELEASE_VERSION=${{GITHUB_RUN_NUMBER}}" >> $GITHUB_ENV
- name: Download artifact
uses: actions/download-artifact@v1.0.0
with: