From c36d4106c85ae64bfb14d34a030f397b6a548392 Mon Sep 17 00:00:00 2001 From: Brian Gann Date: Fri, 27 Sep 2024 00:13:33 -0400 Subject: [PATCH] update archive --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9401439..95d9161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,10 +51,10 @@ jobs: - name: Archive Build uses: actions/upload-artifact@v4 - env: - SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }} + #env: + # SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }} with: - name: grafana-kiosk-$SOURCE_TAG.zip + name: grafana-kiosk-${{ steps.branch_name.outputs.SOURCE_TAG }}.zip path: bin overwrite: true retention-days: 7