From 8f57966c0b34429df8a2ef1cf16a18bcfead0a39 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:50:54 +0100 Subject: [PATCH] WINDOWS --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 502e3ce..03306b2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: run: | mkdir -p /tmp/artifacts if [ ${{ matrix.os }} == 'windows-latest' ]; then - mv dist/*.exe /tmp/artifacts + mv dist/*.exe d:\tmp\artifacts elif [ ${{ matrix.os }} == 'macos-latest' ]; then mv dist/*.dmg /tmp/artifacts else