Skip to content

Commit

Permalink
Updates from editor
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusdere authored Sep 6, 2024
1 parent 7abc80a commit aefddd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
-cvf "$RUNNER_TEMP/artifact.tar" \
--exclude=.git \
--exclude=.github \
--exclude=".*" \
--exclude=".[^/]*" \
.
echo ::endgroup::
env:
Expand All @@ -50,7 +50,7 @@ runs:
-cvf "$RUNNER_TEMP/artifact.tar" \
--exclude=.git \
--exclude=.github \
--exclude=".*" \
--exclude=".[^/]*" \
.
echo ::endgroup::
env:
Expand All @@ -68,7 +68,7 @@ runs:
-cvf "$RUNNER_TEMP\artifact.tar" \
--exclude=.git \
--exclude=.github \
--exclude=".*" \
--exclude=".[^/]*" \
--force-local \
"."
echo ::endgroup::
Expand Down

0 comments on commit aefddd4

Please sign in to comment.