Push forward

This commit is contained in:
2026-07-14 13:29:52 +08:00
parent 969cd5c5f8
commit dd3efffa76
246 changed files with 69 additions and 69 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
name: Camellia CI
name: Shiroha CI
on:
push:
@@ -57,7 +57,7 @@ jobs:
cache-read-only: false
- name: Configure Git User Details
run: git config --global user.email "ci@monnairealms.moe" && git config --global user.name "Camellia CI"
run: git config --global user.email "ci@nanachiyo0721.moe" && git config --global user.name "Shiroha CI"
- name: Grant Execute Permission
run: chmod +x gradlew
@@ -80,7 +80,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v7
with:
name: ${{ env.project_id_b || 'Camellia' }} CI Artifacts
name: ${{ env.project_id_b || 'Shiroha' }} CI Artifacts
path: ${{ env.jar_dir }}
if-no-files-found: warn