ci: 修复路径错误

This commit is contained in:
AnnAngela
2023-07-23 15:18:24 +08:00
committed by GitHub
parent 574d7380cf
commit dc6f1e33f2

View File

@@ -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