From 14f511d64915c62bcd1f1839b0b7e88744a4f81c Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Sun, 29 Oct 2023 08:18:00 +0100 Subject: [PATCH] remove condition 2 --- .github/workflows/binary-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/binary-build.yml b/.github/workflows/binary-build.yml index 70da79d..26db7ad 100644 --- a/.github/workflows/binary-build.yml +++ b/.github/workflows/binary-build.yml @@ -98,13 +98,12 @@ jobs: echo "release_id=$RELEASE_ID" >> $GITHUB_OUTPUT - name: List files - run: ls -1 *.zip + run: ls -lash *.zip - name: Upload Artifacts to other repo's release run: | for artifact in $(ls -1 *.zip); do 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 }}" \