Skip to content

Commit

Permalink
Fix linux release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKalkoken committed Jul 29, 2024
1 parent e2538b5 commit 81727b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ test*.json
temp.*/
profile*.gif
out*.json
readmetadata
tomlvalue
tomlq

0 comments on commit 81727b2

Please sign in to comment.