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