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