mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-02-09 03:45:23 +00:00
Updates from editor
This commit is contained in:
committed by
GitHub
parent
7abc80a9c4
commit
aefddd41c8
@@ -32,7 +32,7 @@ runs:
|
|||||||
-cvf "$RUNNER_TEMP/artifact.tar" \
|
-cvf "$RUNNER_TEMP/artifact.tar" \
|
||||||
--exclude=.git \
|
--exclude=.git \
|
||||||
--exclude=.github \
|
--exclude=.github \
|
||||||
--exclude=".*" \
|
--exclude=".[^/]*" \
|
||||||
.
|
.
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
env:
|
env:
|
||||||
@@ -50,7 +50,7 @@ runs:
|
|||||||
-cvf "$RUNNER_TEMP/artifact.tar" \
|
-cvf "$RUNNER_TEMP/artifact.tar" \
|
||||||
--exclude=.git \
|
--exclude=.git \
|
||||||
--exclude=.github \
|
--exclude=.github \
|
||||||
--exclude=".*" \
|
--exclude=".[^/]*" \
|
||||||
.
|
.
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
env:
|
env:
|
||||||
@@ -68,7 +68,7 @@ runs:
|
|||||||
-cvf "$RUNNER_TEMP\artifact.tar" \
|
-cvf "$RUNNER_TEMP\artifact.tar" \
|
||||||
--exclude=.git \
|
--exclude=.git \
|
||||||
--exclude=.github \
|
--exclude=.github \
|
||||||
--exclude=".*" \
|
--exclude=".[^/]*" \
|
||||||
--force-local \
|
--force-local \
|
||||||
"."
|
"."
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
|
|||||||
Reference in New Issue
Block a user