diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cb5ec9..9401439 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,9 +51,12 @@ jobs: - name: Archive Build uses: actions/upload-artifact@v4 + env: + SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }} with: - name: grafana-kiosk + name: grafana-kiosk-$SOURCE_TAG.zip path: bin + overwrite: true retention-days: 7 - name: Upload Code Climate Report