diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b01c65..e39a758 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -245,7 +245,7 @@ jobs: TAG_NAME: ${{ needs.release.outputs.tag_name }} run: | mkdir release-assets - gh release download "$TAG_NAME" --dir release-assets + gh release download "$TAG_NAME" --repo "$GITHUB_REPOSITORY" --dir release-assets cd release-assets sha256sum --check --strict checksums.txt