Skip to content

Commit

Permalink
Now the fun begins
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Jun 16, 2023
1 parent 4801f54 commit 7319d7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build
run: rm -f fabric/build/libs/* forge/build/libs/* && gradle remapJar
run: rm -f fabric/build/libs/* forge/build/libs/* && ./gradlew remapJar
2 changes: 1 addition & 1 deletion .github/workflows/mc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build
run: rm -f fabric/build/libs/* forge/build/libs/* && gradle remapJar
run: rm -f fabric/build/libs/* forge/build/libs/* && ./gradlew remapJar
- name: Publish
uses: Kir-Antipov/[email protected]
with:
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 7319d7f

Please sign in to comment.