mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Archive PR artifacts (#2269)
* Archive PR artifacts * Fix artifact path
This commit is contained in:
parent
e5d27c27bb
commit
4b06796e76
7
.github/workflows/build-pr.yml
vendored
7
.github/workflows/build-pr.yml
vendored
@ -18,4 +18,9 @@ jobs:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
- name: Build on ${{ matrix.os }}
|
||||
run: ./gradlew clean build
|
||||
run: ./gradlew clean build --no-daemon
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: FastAsyncWorldEdit-SNAPSHOT
|
||||
path: worldedit-bukkit/build/libs/FastAsyncWorldEdit-Bukkit-*.jar
|
||||
|
Loading…
Reference in New Issue
Block a user