From 4e4c5707199b897d8c5c22fe8eea004211c4650a Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Thu, 26 Sep 2024 21:08:26 -0500 Subject: [PATCH] Checkout the repo to publish the binaries --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49830588b..8c178a33e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,6 +161,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: + - uses: actions/checkout@v4 - name: Download signed artifact uses: actions/download-artifact@v4 with: