mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +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:
|
with:
|
||||||
arguments: build
|
arguments: build
|
||||||
env:
|
env:
|
||||||
|
GITHUB_VERSION: pr${{ github.event.pull_request.number }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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