diff --git a/.github/workflows/binary-build.yml b/.github/workflows/binary-build.yml index 56f7436..6feda01 100644 --- a/.github/workflows/binary-build.yml +++ b/.github/workflows/binary-build.yml @@ -98,10 +98,11 @@ jobs: echo "release_id=$RELEASE_ID" >> $GITHUB_OUTPUT - name: List files - run: ls -alh + run: ls -1 *.zip - name: Upload Artifacts to other repo's release run: | + ls -1 *.zip for artifact in $(ls -1 *.zip); do if [[ -f "$artifact" ]]; then echo "Uploading $artifact..."