Skip to content

Commit

Permalink
added artifact push
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Sep 18, 2023
1 parent c106da9 commit ed5db02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ jobs:
- uses: actions/checkout@v4
- run: |
./build.sh
tar -cvf dist.tar dist
- uses: actions/upload-artifact@v3
with:
name: dist
path: dist.tar
retention-days: 7

0 comments on commit ed5db02

Please sign in to comment.