From 1b9a5763ef7a6b8efeab55c0f0b2669004f1ed89 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Mon, 15 Jan 2024 13:42:23 +0100 Subject: [PATCH] fix: Incorrect lockfile URL (#647) --- .github/workflows/sync-lockfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-lockfiles.yml b/.github/workflows/sync-lockfiles.yml index 84d862c693..590b8cfb03 100644 --- a/.github/workflows/sync-lockfiles.yml +++ b/.github/workflows/sync-lockfiles.yml @@ -56,7 +56,7 @@ jobs: # NOTE: We assume that the lockfile resides in the same directory as the manifest. run: | MANIFEST_PATH=${{ steps.manifest-path.outputs.value }} - curl "https://raw.githubusercontent.com/eclipse-zenoh/zenoh/Cargo.lock" --output ${MANIFEST_PATH/toml/lock} + curl "https://raw.githubusercontent.com/eclipse-zenoh/zenoh/main/Cargo.lock" --output ${MANIFEST_PATH/toml/lock} - name: Rectify lockfile # NOTE: Checking the package for errors will rectify the Cargo.lock while preserving