Skip to content

Commit

Permalink
update default go version to 1.19.2; version README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodeal committed Oct 10, 2022
1 parent 85b0fec commit aba85f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cryptodeal/wails-bun-build-action@v0.0.1
# cryptodeal/wails-bun-build-action@v0.0.2

GitHub action to build Wails.io, the action will install GoLang, Bun.sh Runtime, and run `wails build`.
this is to be used on a [Wails.io](https://wails.io) v2 project.
Expand All @@ -8,7 +8,7 @@ By default, the action will build and upload the results to github, on a tagged
# Default build

```yml
- uses: cryptodeal/wails-bun-build-action@v0.0.1
- uses: cryptodeal/wails-bun-build-action@v0.0.2
with:
build-name: wailsApp
build-platform: linux/amd64
Expand All @@ -17,7 +17,7 @@ By default, the action will build and upload the results to github, on a tagged
## Build with No uploading

```yml
- uses: cryptodeal/wails-bun-build-action@v0.0.1
- uses: cryptodeal/wails-bun-build-action@v0.0.2
with:
build-name: wailsApp
build-platform: linux/amd64
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: cryptodeal/wails-bun-build-action@v0.0.1
- uses: cryptodeal/wails-bun-build-action@v0.0.2
with:
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
Expand All @@ -80,7 +80,7 @@ jobs:
You need to make two gon configuration files, this is because we need to sign and notarize the .app before making an installer with it.

```yml
- uses: cryptodeal/wails-bun-build-action@v0.0.1
- uses: cryptodeal/wails-bun-build-action@v0.0.2
with:
build-name: wailsApp
sign: true
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs:
go-version:
description: "Version of Go to use"
required: false
default: "1.19"
default: "1.19.2"
app-working-directory:
description: "This gets run into bash, use the full command"
required: false
Expand Down

0 comments on commit aba85f8

Please sign in to comment.