mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
build: Modify CI product name and remove unneeded files from the product package
This commit is contained in:
2
.github/workflows/dev-build-mac.yml
vendored
2
.github/workflows/dev-build-mac.yml
vendored
@@ -51,5 +51,5 @@ jobs:
|
||||
run: xcodebuild ARCHS="arm64 x86_64" CODE_SIGN_IDENTITY="-" DEVELOPMENT_TEAM="-" ONLY_ACTIVE_ARCH=NO -derivedDataPath DerivedData -project MeoAsstMac.xcodeproj -scheme MeoAsstMac
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: MaaBundle-darwin
|
||||
name: MAA-macOS
|
||||
path: src/MeoAsstMac/DerivedData/Build/Products/Debug
|
||||
|
||||
@@ -71,5 +71,5 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: artifacts
|
||||
name: MAA-Win-x64
|
||||
path: artifacts
|
||||
4
.github/workflows/release-maa-mac.yml
vendored
4
.github/workflows/release-maa-mac.yml
vendored
@@ -61,12 +61,12 @@ jobs:
|
||||
run: |
|
||||
GIT_TAG=${GITHUB_REF#refs/*/}
|
||||
echo "GIT_TAG=${GIT_TAG}" >> $GITHUB_ENV
|
||||
echo "APP_DMG=MaaBundle-darwin-${GIT_TAG}.dmg" >> $GITHUB_ENV
|
||||
echo "APP_DMG=MAA-macOS-${GIT_TAG}.dmg" >> $GITHUB_ENV
|
||||
echo "APP_SYM=MAA-DebugSymbol-macOS-${GIT_TAG}.zip" >> $GITHUB_ENV
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: MaaBundle-darwin
|
||||
name: MAA-macOS
|
||||
- name: 'Verify image'
|
||||
run: |
|
||||
mv MeoAsstMac.dmg $APP_DMG
|
||||
|
||||
Reference in New Issue
Block a user