From 124636e1bff0e1fcea71cc7b6f2e36897600ef91 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Sun, 29 Oct 2023 07:01:43 +0100 Subject: [PATCH] debug 2 --- .github/workflows/binary-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..."