diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9fe2f29..d5a9883 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,8 +66,8 @@ jobs: uses: actions/download-artifact@v4 - run: ls -lR - run: | - sha256sum -b credential*/* > checksums.txt - sha256sum -c --strict checksums.txt + (cd credential && sha256sum -b *) > checksums.txt + (cd credential-windows && sha256sum -b *) >> checksums.txt - name: Create Release uses: ncipollo/release-action@v1 with: