diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f99a903..5732000 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: 'go.mod' - - run: "dir /s c:\\hostedtoolcache\\windows\\lib*.dll" + - run: "dir c:\\hostedtoolcache\\windows\\" shell: cmd - run: ./build.sh shell: bash