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 5155140 commit cbe20a8
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 @@ -36,7 +36,7 @@ jobs:
with:
args: ./...

- name: Branch name
- name: Get BRANCH, NAME, TAG
id: branch_name
run: |
echo "SOURCE_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
Expand All @@ -61,7 +61,7 @@ jobs:
env:
PR: ${{ steps.findPr.outputs.pr }}
with:
name: grafana-kiosk-${{env.PR}}.zip
name: grafana-kiosk-pr-${{env.PR}}
path: bin
overwrite: true
retention-days: 7
Expand Down

0 comments on commit cbe20a8

Please sign in to comment.