Skip to content

Commit

Permalink
Upload the distfile after a distcheck test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmv committed Jan 1, 2025
1 parent 595be38 commit a4f36e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ jobs:
- run: sudo apt install cvs
- run: ./.github/workflows/install-shtk.sh /usr/local
- run: ./.github/workflows/distcheck.sh
- uses: actions/upload-artifact@v4
with:
name: distfile
path: sysbuild-*.tar.gz
retention-days: 1

0 comments on commit a4f36e5

Please sign in to comment.