Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Nov 26, 2024
1 parent cedca23 commit d201087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
do
CID="$(docker create ghcr.io/pdidev/pkgs/lastbuild:debian /bin/bash)"
URL="$(docker cp "${CID}:artifact.url" -)"
echo curl "${URL}"
curl "${URL}" | tar -x
done
- name: Upload page artifact
Expand Down

0 comments on commit d201087

Please sign in to comment.