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" \ -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::