Skip to content

Commit

Permalink
update archive
Browse files Browse the repository at this point in the history
  • Loading branch information
briangann committed Sep 27, 2024
1 parent 0bf885a commit 87441a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87441a4

Please sign in to comment.