Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider authored Jul 14, 2023
1 parent d0b7d75 commit a8f7db7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ By default, the action will build and upload the results to github, on a tagged

# Default build
```yaml
- uses: dAppServer/wails-build-action@v2.1
- uses: dAppServer/wails-build-action@v2.2
with:
build-name: wailsApp
build-platform: linux/amd64
Expand All @@ -15,7 +15,7 @@ By default, the action will build and upload the results to github, on a tagged
## Build with No uploading
```yaml
- uses: dAppServer/wails-build-action@v2.1
- uses: dAppServer/wails-build-action@v2.2
with:
build-name: wailsApp
build-platform: linux/amd64
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: dAppServer/wails-build-action@v2.1
- uses: dAppServer/wails-build-action@v2.2
with:
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
Expand Down

0 comments on commit a8f7db7

Please sign in to comment.