diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 204c505..131ab89 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -57,9 +57,6 @@ jobs: - name: Package Fyne app run: fyne package -os linux - - name: Build tools - run: go build ./tools/readmetadata - - name: Set version run: | VERSION=${{ github.ref_name }} diff --git a/.gitignore b/.gitignore index 972a135..022147e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ test*.json temp.*/ profile*.gif out*.json -readmetadata -tomlvalue +tomlq