Skip to content

Commit

Permalink
Build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFishCakes committed Aug 26, 2023
1 parent 5bb8b53 commit 251b47b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
- name: Build
run: ./gradlew build --stacktrace

- name: Publish
run: ./gradlew publish
env:
graphitemcUsername: ${{ secrets.REPO_USERNAME }}
graphitemcPassword: ${{ secrets.REPO_TOKEN }}

- name: Create Reobf Jar
run: ./gradlew createReobfPaperclipJar --stacktrace

- name: Create Mojmap Jar
run: ./gradlew createMojmapPaperclipJar --stacktrace

- name: Publish
run: ./gradlew publish
env:
MAVEN_USERNAME: ${{ secrets.REPO_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.REPO_TOKEN }}

- name: Upload Artifacts
if: github.ref_name != env.branch
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 251b47b

Please sign in to comment.