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