Skip to content

Commit

Permalink
Excluded .git files.
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode committed Jan 6, 2024
1 parent 8c890cc commit cd6148e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archive-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Archive Repository
run: |
tar -czf repo-archive.tar.gz .
tar --exclude='./.git' --exclude='./some_other_directory' -czf repo-archive.tar.gz .
- name: Upload Archive as Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit cd6148e

Please sign in to comment.