Skip to content

Commit 36be317

Browse files
committed
Better tar artifact in the Action
Signed-off-by: Vadim Markovtsev <[email protected]>
1 parent e1a05ce commit 36be317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- "-c"
1515
- "hercules ${{ inputs.args }} --pb . | labours -m all -f pb --disable-projector -o hercules_charts
1616
&& cd hercules_charts
17-
&& tar -cf ../hercules_charts.tar . ../hercules_charts_*
17+
&& tar -cf ../hercules_charts.tar * ../hercules_charts_*
1818
&& cd ..
1919
&& rm -r hercules_charts"
2020
branding:

0 commit comments

Comments
 (0)