From ca9f16e7afa3f1c7c6445a59b10b9c222c776f45 Mon Sep 17 00:00:00 2001 From: sriv Date: Tue, 25 May 2021 19:41:10 +0530 Subject: [PATCH] remove cert file dependency and fix release Signed-off-by: sriv --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1cb1567c..3914ab342 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,12 @@ jobs: go run build/make.go --verbose --all-platforms Get-ChildItem -Recurse .\bin + - name: Sign + shell: pwsh + run: | + go run build/make.go --distro --bin-dir bin\windows_amd64 + go run build/make.go --distro --bin-dir bin\windows_386 + - name: Upload artifacts uses: actions/upload-artifact@v1 with: