Skip to content

Commit

Permalink
Upload jar
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Oct 22, 2024
1 parent e48dcaa commit 42e5ef4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pregenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Generate diff
run: git diff HEAD > pregenerated-files-fixes.patch
if: ${{ failure() }}
- uses: actions/upload-artifact@v4
with:
name: wpiprotoplugin-jar
path: protoplugin/binary/wpiprotoplugin.jar
- uses: actions/upload-artifact@v4
with:
name: pregenerated-files-fixes
Expand Down

0 comments on commit 42e5ef4

Please sign in to comment.