From 8bdf4f8e240e1fd62127c10b1673197879e035e8 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sat, 5 Mar 2022 10:45:50 -0700 Subject: [PATCH] try this --- .github/workflows/gradle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b6f5443..76b7dcd 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -75,6 +75,7 @@ jobs: - run: cp premium/build/libs/ajQueue*.jar jars/ - run: cd jars - run: files=(*) + - run: ls - run: echo ${files[0]} - run: echo ${files[1]} - run: curl -i -F "submit=true" -F "secret=${{ secrets.UPLOAD_TOKEN }}" -F "file=@${files[0]}" https://ajg0702.us/pl/updater/upload.php