Move help file to correct place

This commit is contained in:
Trebor Huang
2021-10-18 02:16:41 +08:00
committed by GitHub
parent 46a49050b9
commit f40b2f75bd

View File

@@ -160,7 +160,8 @@ jobs:
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
- name: Pack Techmino
run: |
zip -r -y Techmino.a${{ needs.get-info.outputs.release }}.macOS.zip Techmino.app ".github/build/macOS/打不开Cant open the App.pdf"
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"
- name: Release
uses: softprops/action-gh-release@v1
with: