From 2d2354b4e2b70769e0f3f8ca1c67cee24286de70 Mon Sep 17 00:00:00 2001 From: Johnshall Date: Sat, 2 Apr 2022 11:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20=E4=BF=AE=E5=A4=8D=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 ++- .github/workflows/test.yml | 3 ++- Makefile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 006e734..cf424b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -205,4 +205,5 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./verysimple-${{ steps.get_filename.outputs.ASSET_NAME }}.zip* tag: ${{ github.ref }} - file_glob: true \ No newline at end of file + file_glob: true + \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f52587..216aa27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,4 +39,5 @@ jobs: run: make - name: Test - run: go test -timeout 1h -v ./... \ No newline at end of file + run: go test -timeout 1h -v ./... + \ No newline at end of file diff --git a/Makefile b/Makefile index 6571029..21dc1ea 100644 --- a/Makefile +++ b/Makefile @@ -91,4 +91,5 @@ clean: rm -f ${winFn}.tgz rm -f $(macFn).tgz rm -f $(macM1Fn).tgz - rm -f $(androidArm64Fn).tgz \ No newline at end of file + rm -f $(androidArm64Fn).tgz + \ No newline at end of file