mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
ci. 重命名 Bundle 名称
This commit is contained in:
26
.github/workflows/maa-dev-build.yaml
vendored
26
.github/workflows/maa-dev-build.yaml
vendored
@@ -38,20 +38,24 @@ jobs:
|
||||
- name: Run dev build task
|
||||
run: pwsh .\build.ps1 DevBuild
|
||||
|
||||
- name: Upload Artifacts Release
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: MaaFull-DevBuild-Release
|
||||
path: ./artifacts/MaaFull-DevBuild-Release*
|
||||
- name: Read file name
|
||||
id: read_path
|
||||
run: pwsh .\read_path.ps1 ./artifacts MaaBundle
|
||||
|
||||
- name: Upload Artifacts RelWithDebInfo
|
||||
- name: Upload Artifacts 0
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: MaaFull-DevBuild-RelWithDebInfo
|
||||
path: ./artifacts/MaaFull-DevBuild-RelWithDebInfo*
|
||||
name: ${{ steps.read_path.outputs.name_0 }}
|
||||
path: ${{ steps.read_path.outputs.path_0 }}
|
||||
|
||||
- name: Upload Artifacts CICD
|
||||
- name: Upload Artifacts 1
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: MaaFull-DevBuild-CICD
|
||||
path: ./artifacts/MaaFull-DevBuild-CICD*
|
||||
name: ${{ steps.read_path.outputs.name_1 }}
|
||||
path: ${{ steps.read_path.outputs.path_1 }}
|
||||
|
||||
- name: Upload Artifacts 2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ steps.read_path.outputs.name_2 }}
|
||||
path: ${{ steps.read_path.outputs.path_2 }}
|
||||
|
||||
Reference in New Issue
Block a user