We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd715e3 commit b4c914aCopy full SHA for b4c914a
.github/workflows/build-pr.yml
@@ -22,6 +22,7 @@ jobs:
22
run: ./gradlew build -s
23
- name: Archive artifacts
24
uses: actions/upload-artifact@v4
25
+ if: matrix.os == 'ubuntu-latest' # only upload once, use linux builds
26
with:
27
name: FastAsyncWorldEdit-SNAPSHOT
28
path: worldedit-bukkit/build/libs/FastAsyncWorldEdit-*.jar
0 commit comments