This commit is contained in:
rusefillc 2024-01-12 21:58:22 -05:00
parent 71d5016554
commit ae97098340
2 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ jobs:
run: javac -version
- name: Gradle
run: bash gradlew test
run: ./gradlew test
- name: Gradle
run: bash gradlew jar
run: ./gradlew jar
- name: Upload .jar file
uses: actions/upload-artifact@v2

0
gradlew vendored Normal file → Executable file
View File