Skip to content

Commit

Permalink
Add build paperclip
Browse files Browse the repository at this point in the history
  • Loading branch information
killerprojecte authored Apr 2, 2023
1 parent 67608e5 commit 1b32f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
- name: Apply Patches
run: ./gradlew applyPatches
- name: Build Bundler
run: ./gradlew createReobfBundlerJar
- name: Build Bundler & Paperclip
run: ./gradlew createReobfBundlerJar createReobfPaperclipJar
- name: capture build artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1b32f8f

Please sign in to comment.