Correct download url readme (#1724)

Co-authored-by: Hien To <tominhhien97@gmail.com>
This commit is contained in:
hiento09 2024-01-23 14:47:41 +07:00 committed by GitHub
parent 666bc01e89
commit 0bc624cf27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View File

@ -69,9 +69,9 @@ jobs:
if: github.event_name == 'schedule'
uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
with:
ref: refs/heads/main
ref: refs/heads/dev
build_reason: Nightly
push_to_branch: main
push_to_branch: dev
new_version: ${{ needs.get-update-version.outputs.new_version }}
noti-discord-manual-and-update-url-readme:
@ -80,7 +80,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.public_provider == 'cloudflare-r2'
uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
with:
ref: refs/heads/main
ref: refs/heads/dev
build_reason: Manual
push_to_branch: main
push_to_branch: dev
new_version: ${{ needs.get-update-version.outputs.new_version }}

View File

@ -46,7 +46,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
with:
ref: refs/heads/main
ref: refs/heads/dev
build_reason: Nightly
push_to_branch: main
push_to_branch: dev
new_version: ${{ needs.get-update-version.outputs.new_version }}

View File

@ -76,31 +76,31 @@ Jan is an open-source ChatGPT alternative that runs 100% offline on your compute
<tr style="text-align:center">
<td style="text-align:center"><b>Experimental (Nightly Build)</b></td>
<td style="text-align:center">
<a href='https://delta.jan.ai/0.4.4-158/jan-win-x64-0.4.4-158.exe'>
<a href='https://delta.jan.ai/latest/jan-win-x64-0.4.4-162.exe'>
<img src='./docs/static/img/windows.png' style="height:14px; width: 14px" />
<b>jan.exe</b>
</a>
</td>
<td style="text-align:center">
<a href='https://delta.jan.ai/0.4.4-158/jan-mac-x64-0.4.4-158.dmg'>
<a href='https://delta.jan.ai/latest/jan-mac-x64-0.4.4-162.dmg'>
<img src='./docs/static/img/mac.png' style="height:15px; width: 15px" />
<b>Intel</b>
</a>
</td>
<td style="text-align:center">
<a href='https://delta.jan.ai/0.4.4-158/jan-mac-arm64-0.4.4-158.dmg'>
<a href='https://delta.jan.ai/latest/jan-mac-arm64-0.4.4-162.dmg'>
<img src='./docs/static/img/mac.png' style="height:15px; width: 15px" />
<b>M1/M2</b>
</a>
</td>
<td style="text-align:center">
<a href='https://delta.jan.ai/0.4.4-158/jan-linux-amd64-0.4.4-158.deb'>
<a href='https://delta.jan.ai/latest/jan-linux-amd64-0.4.4-162.deb'>
<img src='./docs/static/img/linux.png' style="height:14px; width: 14px" />
<b>jan.deb</b>
</a>
</td>
<td style="text-align:center">
<a href='https://delta.jan.ai/0.4.4-158/jan-linux-x86_64-0.4.4-158.AppImage'>
<a href='https://delta.jan.ai/latest/jan-linux-x86_64-0.4.4-162.AppImage'>
<img src='./docs/static/img/linux.png' style="height:14px; width: 14px" />
<b>jan.AppImage</b>
</a>