Skip to content

Commit 811911d

Browse files
fab-10jonesho
andauthored
Chore: Adapt Tracer distribution artifact handling to the new format (#1785)
Signed-off-by: Fabio Di Fabio <[email protected]> Co-authored-by: jonesho <[email protected]>
1 parent 2aa3832 commit 811911d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linea-besu-package/scripts/assemble-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ wget -nv https://github.com/Consensys/linea-monorepo/releases/download/linea-sta
3030

3131
echo "getting linea_tracer_plugin_version: $LINEA_TRACER_PLUGIN_VERSION"
3232
wget -nv https://github.com/Consensys/linea-tracer/releases/download/$LINEA_TRACER_PLUGIN_VERSION/linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
33-
unzip -o linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
33+
unzip -j -o linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
3434
rm linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
3535

3636
echo "getting shomei_plugin_version: $SHOMEI_PLUGIN_VERSION"

0 commit comments

Comments
 (0)