File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,16 @@ jobs:
67
67
asset_path : ./progit.epub
68
68
asset_name : progit.epub
69
69
asset_content_type : application/epub+zip
70
- - name : Upload mobi
71
- id : upload-mobi
72
- uses : actions/upload-release-asset@v1
73
- env :
74
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
75
- with :
76
- upload_url : ${{ steps.create_release.outputs.upload_url }}
77
- asset_path : ./progit.mobi
78
- asset_name : progit.mobi
79
- asset_content_type : application/x-mobipocket-ebook
70
+ # - name: Upload mobi
71
+ # id: upload-mobi
72
+ # uses: actions/upload-release-asset@v1
73
+ # env:
74
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
+ # with:
76
+ # upload_url: ${{ steps.create_release.outputs.upload_url }}
77
+ # asset_path: ./progit.mobi
78
+ # asset_name: progit.mobi
79
+ # asset_content_type: application/x-mobipocket-ebook
80
80
- name : Upload pdf
81
81
id : upload-pdf
82
82
uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments