Skip to content

Commit

Permalink
ci(fix): pin wails version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corinz committed Jan 23, 2024
1 parent c25714e commit ec581f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Wails build

on:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
push:
tags: ['*']

Expand All @@ -21,5 +21,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dAppServer/[email protected]
with:
wails-version: v2.5.1
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}

0 comments on commit ec581f1

Please sign in to comment.