From c0cc8ed664907c376c6371c0ac6acf652f03f164 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Sun, 29 Oct 2023 06:57:06 +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 3a9aa45..56f7436 100644 --- a/.github/workflows/binary-build.yml +++ b/.github/workflows/binary-build.yml @@ -104,6 +104,9 @@ jobs: run: | for artifact in $(ls -1 *.zip); do if [[ -f "$artifact" ]]; then + echo "Uploading $artifact..." + echo "https://uploads.github.com/repos/debridmediamanager/zurg-testing/releases/${{ steps.create_release.outputs.release_id }}/assets?name=$(basename $artifact)" + echo "Content-Type: $(file -b --mime-type $artifact)" curl -s -X POST \ -H "Authorization: token ${{ secrets.PAT }}" \ -H "Accept: application/vnd.github.v3+json" \