diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 59ae03e8b7c2f3f88e30ff75d1708a4856f65df8..75bd4e2fb8a8fcc626636b1abec6e6fd7a2c3043 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: # to have another job provide this information. - name: Get Version id: version - run: echo "version=$(stage3/bin/zig version)" >> $GITHUB_OUTPUT + run: echo "version=$(stage3-debug/bin/zig version)" >> $GITHUB_OUTPUT x86_64-linux-release: runs-on: [self-hosted, Linux, x86_64] steps: