feat(bundle): added pubkey
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 53s
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 53s
This commit is contained in:
@@ -47,16 +47,17 @@ jobs:
|
||||
|
||||
- name: Upload to release storage
|
||||
run: |
|
||||
echo "Uploading bootstrap.run and checksums to release storage ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/" &&
|
||||
echo "Uploading bootstrap.run and checksums to release storage https://git.rust.cloud/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/" &&
|
||||
curl -fsS -X PUT \
|
||||
-H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" \
|
||||
-T bootstrap.run \
|
||||
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run"
|
||||
|
||||
"https://git.rust.cloud/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run"
|
||||
curl -fsS -X PUT \
|
||||
-H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" \
|
||||
-T bootstrap.run.sha256 \
|
||||
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run.sha256"
|
||||
"https://git.rust.cloud/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run.sha256"
|
||||
env:
|
||||
server_url: "https://git.rust.cloud"
|
||||
# env:
|
||||
# github.repository_owner: harlequix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user