Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Apr 17, 2021
1 parent 08fbd43 commit 9b5b2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
# Setup go
- uses: actions/setup-go@v2
with:
go-version: '1.16.4-pre1'
go-version: '1.16.3'
- name: Install wails
run: GO111MODULE=on go get -u github.com/wailsapp/wails/cmd/wails
run: GO111MODULE=on go get -u github.com/wailsapp/wails/cmd/wails@1.16.4-pre1
# Setup dotnet
- uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 9b5b2b3

Please sign in to comment.