diff --git a/.github/workflows/tag_build.yml b/.github/workflows/tag_build.yml index 9a5ab785..6ef68363 100644 --- a/.github/workflows/tag_build.yml +++ b/.github/workflows/tag_build.yml @@ -118,6 +118,9 @@ jobs: permissions: contents: write steps: + - name: Checkout + uses: actions/checkout@v6 + - name: Download all artifacts uses: actions/download-artifact@v6 with: