Archive PR artifacts (#2269)

* Archive PR artifacts

* Fix artifact path
This commit is contained in:
Alexander Brandes 2023-06-05 10:51:26 +02:00 committed by GitHub
parent e5d27c27bb
commit 4b06796e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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