mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 08:06:18 +00:00
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