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