From 3734ff0443eb2ba8eaaabe7c80bec3e5ec5a00db Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sat, 5 Mar 2022 10:22:51 -0700 Subject: [PATCH] try this --- .github/workflows/gradle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index daaa0db..b6f5443 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -75,5 +75,7 @@ jobs: - run: cp premium/build/libs/ajQueue*.jar jars/ - run: cd jars - run: files=(*) + - 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 - run: curl -i -F "submit=true" -F "secret=${{ secrets.UPLOAD_TOKEN }}" -F "file=@${files[1]}" https://ajg0702.us/pl/updater/upload.php \ No newline at end of file