Skip to content

Commit 327ad31

Browse files
committed
use expression syntax
1 parent b4c914a commit 327ad31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +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
25+
if: ${{ matrix.os == 'ubuntu-latest' }} # only upload once, use linux builds
2626
with:
2727
name: FastAsyncWorldEdit-SNAPSHOT
2828
path: worldedit-bukkit/build/libs/FastAsyncWorldEdit-*.jar

0 commit comments

Comments
 (0)