diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e12629e..05b62db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: - name: Windows debug (find release file..) if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }} - run: tree -d target/ + run: tree target/ - name: Upload build artifact uses: actions/upload-artifact@v3