From b1c2400de83a2c2ff328317765379c88552506eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan-David=20Schr=C3=B6der?= Date: Fri, 27 Mar 2020 16:09:02 +0100 Subject: [PATCH] ci: adding tag in release zip name(4) --- .github/workflows/makecrossplatformrelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/makecrossplatformrelease.yml b/.github/workflows/makecrossplatformrelease.yml index 202fb3c..aa350f2 100644 --- a/.github/workflows/makecrossplatformrelease.yml +++ b/.github/workflows/makecrossplatformrelease.yml @@ -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