Push forward
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user