diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 604fe69..29686cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -195,6 +195,9 @@ jobs: contents: write steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Download all artifacts uses: actions/download-artifact@v4