Updates from editor

This commit is contained in:
Fabian Aguilar Gomez
2024-09-06 15:40:26 -05:00
committed by GitHub
parent 7abc80a9c4
commit aefddd41c8

View File

@@ -32,7 +32,7 @@ runs:
-cvf "$RUNNER_TEMP/artifact.tar" \
--exclude=.git \
--exclude=.github \
--exclude=".*" \
--exclude=".[^/]*" \
.
echo ::endgroup::
env:
@@ -50,7 +50,7 @@ runs:
-cvf "$RUNNER_TEMP/artifact.tar" \
--exclude=.git \
--exclude=.github \
--exclude=".*" \
--exclude=".[^/]*" \
.
echo ::endgroup::
env:
@@ -68,7 +68,7 @@ runs:
-cvf "$RUNNER_TEMP\artifact.tar" \
--exclude=.git \
--exclude=.github \
--exclude=".*" \
--exclude=".[^/]*" \
--force-local \
"."
echo ::endgroup::