mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-09 00:26:17 +00:00
Merge pull request #2 from actions/ignore-gh
Also .github folder from artifacts
This commit is contained in:
@@ -20,6 +20,7 @@ runs:
|
||||
--directory ${{ inputs.path }} \
|
||||
-cvf ${{ runner.temp }}/artifact.tar \
|
||||
--exclude=.git \
|
||||
--exclude=.github \
|
||||
.
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@main
|
||||
|
||||
Reference in New Issue
Block a user