Skip to content

Commit

Permalink
Make CI upload no_geo jars
Browse files Browse the repository at this point in the history
  • Loading branch information
Feodor0090 committed Sep 10, 2023
1 parent 8fb005c commit f85bdd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
name: obf.zip
path: ${{ github.workspace }}/mm_v1_obf.jar
- name: Upload no_geo jar
uses: actions/upload-artifact@v2
with:
name: obf.zip
path: ${{ github.workspace }}/mm_v1_no_geo.jar
- name: Upload obf mappings
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit f85bdd6

Please sign in to comment.