Skip to content

Commit

Permalink
chore: correct discord message notification (#1686)
Browse files Browse the repository at this point in the history
Co-authored-by: Hien To <[email protected]>
  • Loading branch information
hiento09 and hiento09 authored Nov 14, 2024
1 parent ccb9273 commit ce7af64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
new_version: ${{ needs.get-update-version.outputs.new_version }}
runs-on: ubuntu-latest
cmake-extra-flags: "-DCORTEX_VARIANT=prod"
tags: "menloltd/cortex:${{ needs.get-update-version.outputs.new_version }}"
tags: "menloltd/cortex:beta-${{ needs.get-update-version.outputs.new_version }}"

update_release:
needs: [get-update-version, create-draft-release, build-macos, build-windows-x64, build-linux-x64]
Expand Down Expand Up @@ -140,4 +140,5 @@ jobs:
- Network Installer: https://github.com/janhq/cortex.cpp/releases/download/v${{ env.VERSION }}/cortex-${{ env.VERSION }}-linux-amd64-network-installer.deb
- Local Installer: https://github.com/janhq/cortex.cpp/releases/download/v${{ env.VERSION }}/cortex-${{ env.VERSION }}-linux-amd64-local-installer.deb
- Binary: https://github.com/janhq/cortex.cpp/releases/download/v${{ env.VERSION }}/cortex-${{ env.VERSION }}-linux-amd64.tar.gz
- Docker: menloltd/cortex:beta-${{ env.VERSION }}
- Github Release: https://github.com/janhq/cortex.cpp/releases/tag/v${{ env.VERSION }}
2 changes: 1 addition & 1 deletion .github/workflows/template-noti-discord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- Network Installer: https://delta.jan.ai/cortex/v${{ env.VERSION }}/linux-amd64/cortex-${{ env.VERSION }}-linux-amd64-network-installer.deb
- Local Installer: https://delta.jan.ai/cortex/v${{ env.VERSION }}/linux-amd64/cortex-${{ env.VERSION }}-linux-amd64-local-installer.deb
- Binary: https://delta.jan.ai/cortex/v${{ env.VERSION }}/linux-amd64/cortex-nightly.tar.gz
- Docker: menloltd/cortex:${{ env.VERSION }}
- Docker: menloltd/cortex:nightly-${{ env.VERSION }}
- Github action run: https://github.com/janhq/cortex.cpp/actions/runs/${{ env.RUNNER_ID }}

0 comments on commit ce7af64

Please sign in to comment.