Skip to content

Commit

Permalink
update checkout action, reenabled package
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvodi committed Feb 20, 2024
1 parent 354b72a commit 27caa01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wails-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.build.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -42,7 +42,7 @@ jobs:
with:
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
package: false
package: true
wails-version: 'latest'
go-version: '1.21'
node-version: '20.11.x'

0 comments on commit 27caa01

Please sign in to comment.