Skip to content

Commit

Permalink
Fix the fyne-cross version in the release Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandeaual committed Sep 25, 2020
1 parent 1d67ffe commit 7d652e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Install genisoimage to create a macOS DMG package
sudo apt-get update && sudo apt-get -y install genisoimage
# Install a specific version of fyne-cross
(cd; GO111MODULE=on go get github.com/lucor/fyne-cross/v2/cmd/fyne-cross@2.2.0)
(cd; GO111MODULE=on go get github.com/lucor/fyne-cross/v2/cmd/fyne-cross@v2.2.1)
- name: Set up environment
env:
IMGUR_CLIENT_ID: ${{ secrets.IMGUR_CLIENT_ID }}
Expand Down

0 comments on commit 7d652e5

Please sign in to comment.