mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
ci: 修复路径错误
This commit is contained in:
2
.github/workflows/release-ota.yml
vendored
2
.github/workflows/release-ota.yml
vendored
@@ -137,7 +137,7 @@ jobs:
|
||||
- name: Unpack the .dmg files for .dylib
|
||||
run: |
|
||||
mkdir -p ${{ runner.temp }}/dylib
|
||||
hdiutil attach MAA-${{ needs.create-tag.outputs.release_tag }}-macos-universal.dmg
|
||||
hdiutil attach packages/MAA-${{ needs.create-tag.outputs.release_tag }}-macos-universal.dmg
|
||||
cp /Volumes/MAA/MAA.app/Contents/Frameworks/*.dylib ${{ runner.temp }}/dylib
|
||||
zip -X9 packages/MAA-${{ needs.create-tag.outputs.release_tag }}-macos-runtime-universal.zip ${{ runner.temp }}/dylib/*
|
||||
- name: Upload to MaaRelease
|
||||
|
||||
Reference in New Issue
Block a user