From dda941e735b04b30a623ae6d692dea46692839f9 Mon Sep 17 00:00:00 2001 From: Brian Gann Date: Fri, 27 Sep 2024 00:25:24 -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 1c6cc26..2efe963 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: - # PR_NUMBER: ${{ github.event.number }} + env: + PR_NUMBER: ${{ github.event.number }} with: - name: grafana-kiosk-${{github.event.number}}.zip + name: grafana-kiosk-${{env.PR_NUMBER}}.zip path: bin overwrite: true retention-days: 7