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 bda8a1d commit d2f29edCopy full SHA for d2f29ed
.github/workflows/build-pr.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build on ${{ matrix.os }}
22
run: ./gradlew build -s
23
- name: Archive artifacts
24
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
25
if: ${{ matrix.os == 'ubuntu-latest' }} # only upload once, use linux builds
26
with:
27
name: FastAsyncWorldEdit-SNAPSHOT
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
target-branch: main
68
target-directory: worldedit-bukkit
69
- name: Archive Artifacts
70
71
72
name: FastAsyncWorldEdit-Bukkit-SNAPSHOT
73
path: worldedit-bukkit/build/libs/FastAsyncWorldEdit-*.jar
0 commit comments