Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 0c94c71

Browse files
committed
use memgraph version, not mage
1 parent aa44c20 commit 0c94c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: ./.github/workflows/reusable_test.yml
122122
with:
123123
arch: "${{ matrix.arch }}"
124-
memgraph_version: "${{ needs.DailyBuildVariables.outputs.mage_version }}"
124+
memgraph_version: "${{ needs.DailyBuildVariables.outputs.memgraph_version }}"
125125
memgraph_download_link: "https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/daily-build/memgraph/${{ needs.DailyBuildVariables.outputs.build_date }}/ubuntu-24.04${{ matrix.arch == 'arm64' && '-aarch64' || '' }}/${{ needs.DailyBuildVariables.outputs.binary_name_base }}_${{ matrix.arch }}.deb"
126126
memgraph_ref: "${{ needs.DailyBuildVariables.outputs.memgraph_commit }}"
127127
memgraph_ref_update: "true"

0 commit comments

Comments
 (0)