debug
This commit is contained in:
3
.github/workflows/binary-build.yml
vendored
3
.github/workflows/binary-build.yml
vendored
@@ -103,6 +103,9 @@ jobs:
|
|||||||
- name: Upload Artifacts to other repo's release
|
- name: Upload Artifacts to other repo's release
|
||||||
run: |
|
run: |
|
||||||
for artifact in *.zip; do
|
for artifact in *.zip; do
|
||||||
|
echo ${{ steps.create_release.outputs.release_id }}
|
||||||
|
echo $(basename "$artifact")
|
||||||
|
echo "@$artifact"
|
||||||
curl -s -X POST \
|
curl -s -X POST \
|
||||||
-H "Authorization: token ${{ secrets.PAT }}" \
|
-H "Authorization: token ${{ secrets.PAT }}" \
|
||||||
-H "Accept: application/vnd.github.v3+json" \
|
-H "Accept: application/vnd.github.v3+json" \
|
||||||
|
|||||||
Reference in New Issue
Block a user