From 8ca1a794fc2e7bdace8d0cc4b6dfd7b725d8aab1 Mon Sep 17 00:00:00 2001 From: Marcel Schaeben Date: Thu, 28 Apr 2022 11:58:50 +0200 Subject: [PATCH] Update zip-release.yml --- .github/workflows/zip-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zip-release.yml b/.github/workflows/zip-release.yml index e37e6ba..5d85e65 100644 --- a/.github/workflows/zip-release.yml +++ b/.github/workflows/zip-release.yml @@ -14,8 +14,8 @@ jobs: - name: Get the file name id: get_filename run: | - echo ::set-output name=tag-name::${{GITHUB_REF#refs/tags/}} - echo ::set-output name=zip-filename::epidoc-c-${{GITHUB_REF#refs/tags/}}.zip + echo ::set-output name=tag-name::${GITHUB_REF#refs/tags/} + echo ::set-output name=zip-filename::epidoc-c-${GITHUB_REF#refs/tags/}.zip - name: Archive Release uses: thedoctor0/zip-release@master id: create_zip