From bb55d11132681da3dc3553f305a2f40f362c8af0 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 3 Feb 2024 14:14:35 +0000 Subject: [PATCH] Fix: GHA windows.yml --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 674fdcd4b3..f625fc28ae 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/upload-artifact@v2 with: name: windows.tar - path: ${{ github.workspace }}/build/lethean-cli-windows.tar + path: ${{ github.workspace }}\build\lethean-cli-windows.tar - name: Get the version id: get_version if: startsWith(github.ref, 'refs/tags/') @@ -64,5 +64,5 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: ${{ github.workspace }}/build/lethean-cli-windows.tar + files: ${{ github.workspace }}\build\lethean-cli-windows.tar