From 49ef539ca88539a2efc03df1751fc42a36013776 Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Sun, 29 Dec 2024 21:55:32 +0100 Subject: [PATCH] ci: correct order of Upload Binary job steps --- .github/workflows/pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index cbf14d25d0..91d572ae9c 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -165,12 +165,12 @@ jobs: os: [ubuntu-latest, macOS-latest] if: github.event_name == 'push' steps: + - name: Checkout code + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Setup Go uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: go.mod - - name: Checkout code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Clean run: make clean - id: gitsha