Skip to content

Bump the maven-all group across 1 directory with 7 updates #1382

Bump the maven-all group across 1 directory with 7 updates

Bump the maven-all group across 1 directory with 7 updates #1382

Workflow file for this run

name: CI
on:
- push
- pull_request
- workflow_dispatch
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: 检出代码
uses: actions/checkout@v5
- name: 配置 Java
uses: actions/setup-java@v5
with:
java-version: 25
distribution: temurin
cache: maven
- name: Maven 构建
run: mvn package
- name: 上传构建产物
uses: actions/upload-artifact@v4
with:
name: live-room-watcher-artifact
path: ./target/