Skip to content

Commit

Permalink
Clean source with deps workflow (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill authored Apr 6, 2024
1 parent c97b7ea commit d493207
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: r2dec-${{env.R2V}}-src-with-deps.zip
path: .
path: |
.
!.git/
!.github/
!.ci-scripts/
!subprojects/libquickjs/.git/
linux:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d493207

Please sign in to comment.