Skip to content

Commit

Permalink
add archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
briangann committed Sep 27, 2024
1 parent 04624ae commit 0bf885a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
version: latest
args: -v build:ci

- name: Archive Build
uses: actions/upload-artifact@v4
with:
name: grafana-kiosk
path: bin
retention-days: 7

- name: Upload Code Climate Report
uses: paambaati/codeclimate-action@v9
env:
Expand Down

0 comments on commit 0bf885a

Please sign in to comment.