Integration into current CI files

This commit is contained in:
Trebor-Huang
2021-10-24 12:41:56 +08:00
parent 506e1a4c1d
commit ac9e649e02
5 changed files with 11 additions and 163 deletions

View File

@@ -167,10 +167,10 @@ jobs:
APPLE_KEY_ID: '${{ secrets.APPLE_KEY_ID }}'
APPLE_ISSUER_ID: '${{ secrets.APPLE_ISSUER_ID }}'
APPLE_KEY_CONTENT: '${{ secrets.APPLE_KEY_CONTENT }}'
BUNDLE_ID: 'org.26f-studio.Techmino'
- name: Pack Techmino
run: |
cp ".github/build/macOS/打不开Cant open the App.pdf" ./
zip -r -y Techmino.a${{ needs.get-info.outputs.release }}.macOS.zip Techmino.app "./打不开Cant open the App.pdf"
mv Techmino.dmg Techmino.a${{ needs.get-info.outputs.release }}.macOS.dmg
- name: Release
uses: softprops/action-gh-release@v1
with: