Skip to content

Commit 7c512eb

Browse files
committed
2.2.1 Patching Website
- Fixed workflow - Fixed links on website - Fixed console scroll
1 parent 6436eed commit 7c512eb

6 files changed

Lines changed: 518 additions & 185 deletions

File tree

.github/workflows/releaser.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,4 @@ jobs:
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

docs/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)