fix: error on windows

This commit is contained in:
Prateek Sunal 2024-03-25 23:14:51 +05:30
parent 62276d49d2
commit 61f1610c8d

View file

@ -169,7 +169,7 @@ jobs:
auth/ente-${{ github.ref_name }}-windows/auth.exe auth/ente-${{ github.ref_name }}-windows/auth.exe
- name: Zip Windows EXE and DLLs - 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 - name: Create a draft GitHub release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1