Skip to content

Commit df0893e

Browse files
author
shur3d
committed
fix: Correct fyne-cross appID flag to app-id
1 parent da05ef9 commit df0893e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross-compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Add Go bin to PATH
2424
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2525
- name: Build and move Linux binary
26-
run: fyne-cross linux -appID com.gopherletics.app -arch amd64 && mv fyne-cross/dist/linux-amd64/GopherLetics_Linux_AMD64 .
26+
run: fyne-cross linux -app-id com.gopherletics.app -arch amd64 && mv fyne-cross/dist/linux-amd64/GopherLetics_Linux_AMD64 .
2727
- uses: wangyoucao577/go-release-action@v1
2828
with:
2929
github_token: ${{ secrets.BUILD }}
@@ -47,7 +47,7 @@ jobs:
4747
- name: Add Go bin to PATH
4848
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
4949
- name: Build and move Windows binary
50-
run: fyne-cross windows -appID com.gopherletics.app -arch amd64 && mv fyne-cross/dist/windows-amd64/GopherLetics_Windows_AMD64 .
50+
run: fyne-cross windows -app-id com.gopherletics.app -arch amd64 && mv fyne-cross/dist/windows-amd64/GopherLetics_Windows_AMD64 .
5151
- uses: wangyoucao577/go-release-action@v1
5252
with:
5353
github_token: ${{ secrets.BUILD }}

0 commit comments

Comments
 (0)