Skip to content

Commit b4c914a

Browse files
committed
only upload artifacts once
1 parent dd715e3 commit b4c914a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: ./gradlew build -s
2323
- name: Archive artifacts
2424
uses: actions/upload-artifact@v4
25+
if: matrix.os == 'ubuntu-latest' # only upload once, use linux builds
2526
with:
2627
name: FastAsyncWorldEdit-SNAPSHOT
2728
path: worldedit-bukkit/build/libs/FastAsyncWorldEdit-*.jar

0 commit comments

Comments
 (0)