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
|
||||
run: |
|
||||
for artifact in *.zip; do
|
||||
echo ${{ steps.create_release.outputs.release_id }}
|
||||
echo $(basename "$artifact")
|
||||
echo "@$artifact"
|
||||
curl -s -X POST \
|
||||
-H "Authorization: token ${{ secrets.PAT }}" \
|
||||
-H "Accept: application/vnd.github.v3+json" \
|
||||
|
||||
Reference in New Issue
Block a user