Include a help file (#345)

This commit is contained in:
Trebor Huang
2021-09-29 17:36:16 +08:00
committed by GitHub
parent 90d51b979a
commit 45718eb41a

View File

@@ -398,7 +398,7 @@ jobs:
/usr/bin/codesign --force --deep -s 79B81FC5EA155243C973B5417B0996501F00EF55 ./Techmino.app -v
- name: Pack Techmino
run: |
zip -r -y Techmino.a${{ env.Version }}.macOS.zip Techmino.app
zip -r -y Techmino.a${{ env.Version }}.macOS.zip Techmino.app ".github/build/macOS/打不开Cant open the App.pdf"
- name: Release
uses: softprops/action-gh-release@v1
with: