Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit f6f649f

Browse files
committed
Update GH Action
1 parent 4cb0dd2 commit f6f649f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/standalone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
java-version: 8
1313
distribution: zulu
1414
- name: Build with Gradle
15-
run: ./gradlew :Standalone:build
15+
run: ./gradlew :standalone:build
1616
- name: Upload build JARs
1717
uses: actions/[email protected]
1818
with:
1919
name: build-jars
20-
path: Standalone/build/libs/*
20+
path: standalone/build/libs/*
2121
test-geyser:
2222
runs-on: ubuntu-latest
2323
needs: build

0 commit comments

Comments
 (0)