From 8659e181c16a945fde0831dfb2406866d2bf3c84 Mon Sep 17 00:00:00 2001 From: Shawn Hartsell Date: Mon, 22 Apr 2024 18:46:51 -0500 Subject: [PATCH] fixing typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ff0a03..245116f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,4 +59,4 @@ jobs: GOOS=${{ matrix.platform }} GOARCH=${{ matrix.arch }} go build -o bin/actions-sync-${{ matrix.platform }}-${{ matrix.arch }} main.go - name: Run End-to-End Tests for ${{ matrix.platform }}-${{ matrix.arch }} - run: ./script/test-build-ci bin/actions-sync-${{ runner.platform }}-${{ runner.arch }} + run: ./script/test-build-ci bin/actions-sync-${{ matrix.platform }}-${{ matrix.arch }}