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 dda941e commit 5155140
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,19 @@ jobs:
version: latest
args: -v build:ci

- name: Get PR
uses: jwalton/gh-find-current-pr@master
id: findPr
with:
state: open

- name: Archive Build
uses: actions/upload-artifact@v4
if: success() && steps.findPr.outputs.number
env:
PR_NUMBER: ${{ github.event.number }}
PR: ${{ steps.findPr.outputs.pr }}
with:
name: grafana-kiosk-${{env.PR_NUMBER}}.zip
name: grafana-kiosk-${{env.PR}}.zip
path: bin
overwrite: true
retention-days: 7
Expand Down

0 comments on commit 5155140

Please sign in to comment.