This commit is contained in:
Ben Sarmiento
2023-10-29 07:01:43 +01:00
parent c0cc8ed664
commit 124636e1bf

View File

@@ -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..."