From 586d33532dce958b56e59d1fb3d3e4cd7ba5e705 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Sun, 29 Oct 2023 09:09:01 +0100 Subject: [PATCH] debug --- .github/workflows/binary-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/binary-build.yml b/.github/workflows/binary-build.yml index e3e58d3..c386aa2 100644 --- a/.github/workflows/binary-build.yml +++ b/.github/workflows/binary-build.yml @@ -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" \