From 27e97957fb7388f46391c0d33c67163c1c6f6540 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 15 Dec 2020 17:58:07 +0100 Subject: [PATCH] stupid me --- .github/workflows/buildArtifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildArtifacts.yml b/.github/workflows/buildArtifacts.yml index bc5e3fe..427ec9a 100644 --- a/.github/workflows/buildArtifacts.yml +++ b/.github/workflows/buildArtifacts.yml @@ -55,7 +55,7 @@ jobs: BUILD_VERSION: DUMMY steps: - name: Get version from tag and set up environment - run: echo "BUILD_VERSION::${GITHUB_REF##*/}" >> $GITHUB_ENV + run: echo "BUILD_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV - name: Download all artifacts uses: actions/download-artifact@v2 - name: Create Release