File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 upload_url : ${{ steps.create_release.outputs.upload_url }}
6363 asset_path : ./monolith-code_macos-latest/monolith-code_macos-latest.tar
6464 asset_name : monolith-code_mac.tar
65- asset_content_type : application/tar
66- - name : Release Checksum
67- uses : actions/upload-release-asset@v1
68- env :
69- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
70- with :
71- upload_url : ${{ steps.create_release.outputs.upload_url }}
72- asset_path : ./sha512sums.txt
73- asset_name : sha512sums.txt
74- asset_content_type : text/plain
65+ asset_content_type : application/tar
Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ <h3>minimalistic but powerful code editor</h3>
119119 < i data-feather ="download "> </ i >
120120 < span > < strong > Download</ strong > < br > for windows</ span >
121121 </ a >
122- < a href ="https://github.com/Haeri/MonolithCode2/releases/latest/download/monolith-code_linux.zip " class ="download-btn "> < i data-feather ="download "> </ i >
122+ < a href ="https://github.com/Haeri/MonolithCode2/releases/latest/download/monolith-code_linux.tar " class ="download-btn "> < i data-feather ="download "> </ i >
123123 < span > < strong > Download</ strong > < br > for linux</ span >
124124 </ a >
125- < a href ="https://github.com/Haeri/MonolithCode2/releases/latest/download/monolith-code_mac.zip " class ="download-btn "> < i data-feather ="download "> </ i >
125+ < a href ="https://github.com/Haeri/MonolithCode2/releases/latest/download/monolith-code_mac.tar " class ="download-btn "> < i data-feather ="download "> </ i >
126126 < span > < strong > Download</ strong > < br > for macOS</ span >
127127 </ a >
128128 </ div >
@@ -137,7 +137,6 @@ <h3>minimalistic but powerful code editor</h3>
137137 . then ( data => document . getElementById ( "version_insert" ) . innerHTML = data . tag_name ) ;
138138 }
139139
140-
141140 window . onload = function ( ) {
142141 feather . replace ( ) ;
143142 initLatestVersion ( ) ;
You can’t perform that action at this time.
0 commit comments