package: upload output jars as build artifacts

This commit is contained in:
Max Weber
2023-01-22 13:58:33 -07:00
committed by Adam
parent 2b1a04cf30
commit bf231bf530
3 changed files with 17 additions and 0 deletions

View File

@@ -73,6 +73,12 @@ jobs:
name: manifest_diff
path: /tmp/manifest_diff
retention-days: 1
- uses: actions/upload-artifact@v3
if: ${{ github.event_name == 'pull_request' }}
with:
name: jars
path: /tmp/jars
retention-days: 1
upload:
if: (github.event_name != 'push' || github.repository_owner == 'runelite') && github.event_name != 'pull_request'
needs: build