Skip to content

Commit

Permalink
Upload include folder as artifact in test.yml (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
osyrisrblx authored Feb 10, 2025
1 parent 54c6daf commit 06125fa
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 @@ -16,3 +16,8 @@ jobs:

- name: Generate Files
run: npm run build

- uses: actions/upload-artifact@v4
with:
name: include
path: include

0 comments on commit 06125fa

Please sign in to comment.