diff --git a/.github/workflows/auth-release.yml b/.github/workflows/auth-release.yml index 1f70fc9c6..af2745655 100644 --- a/.github/workflows/auth-release.yml +++ b/.github/workflows/auth-release.yml @@ -33,7 +33,7 @@ env: jobs: build-ubuntu: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 defaults: run: @@ -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