Skip to content

Commit

Permalink
publish artifacts when available
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana committed Nov 8, 2024
1 parent 0e3125d commit 4f30c01
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy
- main
- next
jobs:
lint:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -18,3 +18,12 @@ jobs:
- run: make check
- run: make build
- run: make test
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
path: |
*.tar.gz
metadata.json
config.yaml
artifacts.json
*_checksums.txt
retention-days: 5

0 comments on commit 4f30c01

Please sign in to comment.