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 87441a4 commit c36d410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c36d410

Please sign in to comment.