File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments