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 b4c914a commit 327ad31Copy full SHA for 327ad31
.github/workflows/build-pr.yml
@@ -22,7 +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
+ 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