Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
- Reverted .jar instead of .zip (didn't even work lmao)
- Attempt to speed up compilation
  • Loading branch information
SpoonySimone authored Feb 16, 2024
1 parent 8ec3d59 commit a1664e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
distribution: 'adopt'
cache: gradle

- name: Change wrapper permissions
run: chmod +x ./gradlew

- name: Init gradle wrapper
run: ./gradlew wrapper --gradle-version=7.3.3

- name: Change wrapper permissions
run: chmod +x ./gradlew

Expand All @@ -29,4 +23,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: AutoGG+
path: /home/runner/work/AutoGGPlus/AutoGGPlus/versions/1.8.9/build/libs/AutoGG+-1.8.9-main-SNAPSHOT.jar
path: /home/runner/work/AutoGGPlus/AutoGGPlus/versions/1.8.9/build/libs/

0 comments on commit a1664e0

Please sign in to comment.