[ci] Fix unamed action steps (#1537)

This commit is contained in:
Jade
2024-11-08 23:39:34 +08:00
committed by GitHub
parent 04ec99f17a
commit 4cf1c7eee4
2 changed files with 2 additions and 0 deletions

View File

@@ -165,6 +165,7 @@ jobs:
- run: |
chmod +x gradlew
./gradlew photon-targeting:build photon-lib:build -i
name: Build with Gradle
- run: ./gradlew photon-lib:publish photon-targeting:publish
name: Publish
env:

View File

@@ -64,6 +64,7 @@ jobs:
- run: |
chmod +x gradlew
./gradlew spotlessCheck
name: Run spotless
client-lint-format:
name: "PhotonClient Lint and Formatting"