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