From 61f1610c8dc7ee08e9d8aded2e1299909ca208dc Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Mon, 25 Mar 2024 23:14:51 +0530 Subject: [PATCH] fix: error on windows --- .github/workflows/auth-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auth-release.yml b/.github/workflows/auth-release.yml index 1f70fc9c6..5a8fb62d8 100644 --- a/.github/workflows/auth-release.yml +++ b/.github/workflows/auth-release.yml @@ -169,7 +169,7 @@ jobs: auth/ente-${{ github.ref_name }}-windows/auth.exe - name: Zip Windows EXE and DLLs - run: tar.exe -a -c -f auth/artifacts/ente-${{ github.ref_name }}-windows.zip auth/ente-${{ github.ref_name }}-windows + run: tar.exe -a -c -f artifacts/ente-${{ github.ref_name }}-windows.zip ente-${{ github.ref_name }}-windows - name: Create a draft GitHub release uses: ncipollo/release-action@v1