From be6ea473c6b0c6d65704e451f53347d1755baf01 Mon Sep 17 00:00:00 2001 From: Julien Bigot Date: Mon, 2 Dec 2024 17:48:16 +0100 Subject: [PATCH] ... --- .github/actions/deploy/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 28845755..6102a610 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -70,7 +70,9 @@ runs: CID="$(docker create ghcr.io/pdidev/pkgs/lastbuild:debian /bin/bash)" docker cp "${CID}:artifact.url" "../${DISTRIB}.url" echo curl "$(cat ../${DISTRIB}.url)" - curl "$(cat ../${DISTRIB}.url)" | unzip - + wget "$(cat ../${DISTRIB}.url)" + ls + done - name: Upload page artifact uses: actions/upload-pages-artifact@v3