Skip to content

Commit

Permalink
Update gradle-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rothes authored Jul 22, 2024
1 parent cf6b6fe commit 98e7824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
gradle-version: 8.6

- name: Execute Gradle build
run: ./gradlew reobfJar
run: ./gradlew createJars

- run: mkdir ProtocolStringReplacer && cp build/libs/*.jar ProtocolStringReplacer
- run: mkdir ProtocolStringReplacer && cp build/allJars/*.jar ProtocolStringReplacer

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 98e7824

Please sign in to comment.