Skip to content

Commit efa3a31

Browse files
committed
build: switch apt base url to apt.0state.com
1 parent 4133a71 commit efa3a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-package-managers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
CXX: g++-13
5555
ICEY_SOURCE_DIR: ${{ github.workspace }}/icey
5656
BUILD_DIR: ${{ github.workspace }}/build-release
57-
APT_BASE_URL: https://nilstate.github.io/0state-packages/icey
57+
APT_BASE_URL: https://apt.0state.com/icey
5858
run: ./scripts/package-manager-check.sh
5959

6060
- uses: actions/upload-artifact@v4

scripts/render-package-managers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ DEB_URL="${DEB_URL:-https://github.com/nilstate/icey-cli/releases/download/v${CL
101101
DEB_SHA256="${DEB_SHA256:-$(compute_or_placeholder "$DEB_PATH" "REPLACE_WITH_DEB_SHA256")}"
102102
WINDOWS_ZIP_URL="${WINDOWS_ZIP_URL:-https://github.com/nilstate/icey-cli/releases/download/v${CLI_VERSION}/icey-server-${CLI_VERSION}-Windows-x86_64.zip}"
103103
WINDOWS_ZIP_SHA256="${WINDOWS_ZIP_SHA256:-REPLACE_WITH_WINDOWS_ZIP_SHA256}"
104-
APT_BASE_URL="${APT_BASE_URL:-https://nilstate.github.io/0state-packages/icey}"
104+
APT_BASE_URL="${APT_BASE_URL:-https://apt.0state.com/icey}"
105105
APT_SUITE="${APT_SUITE:-stable}"
106106
APT_COMPONENT="${APT_COMPONENT:-main}"
107107

0 commit comments

Comments
 (0)