From 73460358d0e4a496745ca510e4176d54dd00be99 Mon Sep 17 00:00:00 2001 From: jvytee Date: Thu, 24 Jul 2025 18:10:37 +0200 Subject: [PATCH] Checkout repo before using gh CLI --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df53011..9512fc1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,6 +63,9 @@ jobs: - test - build steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Download x86_64 binary artifact id: download-x86_64 uses: actions/download-artifact@v4