mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-14 14:45:31 +01:00
Merge pull request #2883 from Multiverse/artifact_pr_build
build: Add artifacting of PR build
This commit is contained in:
commit
8a69d6ad43
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -26,4 +26,11 @@ jobs:
|
||||
with:
|
||||
arguments: build
|
||||
env:
|
||||
GITHUB_VERSION: pr${{ github.event.pull_request.number }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Artifact output
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: multiverse-core-pr${{ github.event.pull_request.number }}
|
||||
path: build/libs/multiverse-core-pr${{ github.event.pull_request.number }}.jar
|
||||
|
Loading…
Reference in New Issue
Block a user