diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e48b21..3fbd94b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,6 +78,9 @@ jobs: permissions: contents: write steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Download build artifacts uses: actions/download-artifact@v4 with: