From 76997b2085b2fa9b133098d9a5ddfc439fec8081 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 19 Mar 2025 11:24:20 -0700 Subject: [PATCH] Fixe release artifact upload --- .github/workflows/ci-suite.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yaml b/.github/workflows/ci-suite.yaml index 7f18ff9..2f70673 100644 --- a/.github/workflows/ci-suite.yaml +++ b/.github/workflows/ci-suite.yaml @@ -170,5 +170,5 @@ jobs: name: v${{ env.TAG }} draft: true files: | - artifacts/DirectoryLister-${{ steps.vars.outputs.tag }}.tar.gz - artifacts/DirectoryLister-${{ steps.vars.outputs.tag }}.zip + artifacts/DirectoryLister-${{ env.TAG }}.tar.gz + artifacts/DirectoryLister-${{ env.TAG }}.zip