mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 15:31:53 +08:00
ci: boot build failed
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
- name: Build Web
|
- name: Build Web
|
||||||
run: cd web && bun install && bun build && bash copy-build.sh
|
run: cd web && bun install --frozen-lockfile && bun build && bash copy-build.sh
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew :boot:bootjar
|
run: ./gradlew :boot:bootjar
|
||||||
- name: Upload Jar
|
- name: Upload Jar
|
||||||
|
|||||||
Reference in New Issue
Block a user