Skip to content

Commit

Permalink
[skip ci] exclude git folder from artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWTimmer committed Oct 24, 2023
1 parent d477e36 commit a9c4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# Big speedup over uploading seperate files
- name: Tar files
run: tar --exclude='target' --exclude='.github' --exclude='.vscode' --exclude='META-INF' -cvf sources.tar .
run: tar --exclude='target' --exclude='.git' --exclude='.github' --exclude='.vscode' --exclude='META-INF' -cvf sources.tar .

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a9c4176

Please sign in to comment.