From 127f8f13ed1c565c6302b6fb0ef7e053adbc1d52 Mon Sep 17 00:00:00 2001 From: danny Date: Sat, 6 Feb 2021 19:55:43 +0200 Subject: [PATCH] fixing github actions --- .github/workflows/go.yml | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7c99c42..f6c61ea 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: - name: Build if: success() - run: + run: | GOOS=windows go build -ldflags "-s -w" GOOS=darwin go build -o gitmoo-goog-osx -ldflags "-s -w" go build -ldflags "-s -w" diff --git a/.gitignore b/.gitignore index 0637f03..0f1fbe4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,4 @@ gitmoo-goog.zip installer/installer -installer/gitmoo-goog_0.24_amd64.deb +installer/*.deb