From 33d53f150c6c341e4f57422c692d96ca0a16c87b Mon Sep 17 00:00:00 2001 From: ktechmidas <9920871+ktechmidas@users.noreply.github.com> Date: Sun, 20 Oct 2024 13:39:22 +0300 Subject: [PATCH] Remove -d --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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