[auth] fix error on windows and linux (#1200)
[auth] fix error on windows and linux
This commit is contained in:
commit
371ec01e6e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/auth-release.yml
vendored
4
.github/workflows/auth-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue