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 c36d410 commit eb0c934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
- name: Archive Build
uses: actions/upload-artifact@v4
#env:
# SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}
# PR_NUMBER: ${{ github.event.number }}
with:
name: grafana-kiosk-${{ steps.branch_name.outputs.SOURCE_TAG }}.zip
name: grafana-kiosk-${{github.event.number}}.zip
path: bin
overwrite: true
retention-days: 7
Expand Down

0 comments on commit eb0c934

Please sign in to comment.