mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-05-18 13:38:41 -04:00
package: upload output jars as build artifacts
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user