Skip to content

Commit

Permalink
updates Test GHA to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider authored Apr 17, 2023
1 parent 2db170a commit db2cc6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lethean-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
repository: 'letheanVPN/desktop'
submodules: recursive
- uses: dAppServer/wails-build-action@v2
- uses: dAppServer/wails-build-action@main
with:
build-name: lethean
build-platform: linux/amd64
Expand All @@ -41,7 +41,7 @@ jobs:
with:
repository: 'letheanVPN/desktop'
submodules: recursive
- uses: dAppServer/wails-build-action@v2
- uses: dAppServer/wails-build-action@main
with:
build-name: lethean
build-platform: darwin/universal
Expand All @@ -64,7 +64,7 @@ jobs:
with:
repository: 'letheanVPN/desktop'
submodules: recursive
- uses: dAppServer/wails-build-action@v2
- uses: dAppServer/wails-build-action@main
with:
build-name: lethean.exe
build-platform: windows/amd64
Expand All @@ -80,7 +80,7 @@ jobs:
with:
repository: 'letheanVPN/desktop'
submodules: recursive
- uses: dAppServer/wails-build-action@v2
- uses: dAppServer/wails-build-action@main
with:
build-name: lethean.exe
build-platform: windows/amd64
Expand Down

0 comments on commit db2cc6c

Please sign in to comment.