Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Dec 2, 2024
1 parent 1546813 commit 857c97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
CID="$(docker create ghcr.io/pdidev/pkgs/lastbuild:debian /bin/bash)"
docker cp "${CID}:artifact.url" "../${DISTRIB}.url"
echo curl "$(cat ../${DISTRIB}.url)"
wget "$(cat ../${DISTRIB}.url)"
curl -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} ${archive_download_url}
curl -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} "$(cat ../${DISTRIB}.url)"
ls
ls -R ${DISTRIB}
wget "$(cat ../${DISTRIB}.url)"
done
- name: Upload page artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 857c97d

Please sign in to comment.