Skip to content

Commit

Permalink
Fix icon filename
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed May 19, 2024
1 parent f6116e9 commit ce58c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: go install fyne.io/fyne/v2/cmd/fyne@latest

- name: Build for Windows
run: fyne package -os windows -id com.leanercloud.savings-estimator -icon Icon.png
run: fyne package -os windows -id com.leanercloud.savings-estimator -icon logo.png

- name: Attach Windows Artifact to Release
uses: svenstaro/upload-release-action@v2
Expand All @@ -61,7 +61,7 @@ jobs:
run: go install fyne.io/fyne/v2/cmd/fyne@latest

- name: Build for Linux
run: fyne package -os linux -icon Icon.png
run: fyne package -os linux -icon logo.png

- name: Attach Linux Artifact to Release
uses: svenstaro/upload-release-action@v2
Expand All @@ -85,7 +85,7 @@ jobs:
run: go install fyne.io/fyne/v2/cmd/fyne@latest

- name: Build for macOS
run: fyne package -os darwin -app-id com.leanercloud.savings-estimator -icon Icon.png
run: fyne package -os darwin -id com.leanercloud.savings-estimator -icon logo.png

- name: Attach macOS Artifact to Release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit ce58c7f

Please sign in to comment.