Skip to content

Commit

Permalink
devops: try the [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
guiklimek committed Jan 30, 2024
1 parent 2c90adb commit 0a9c08f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/sparkplugui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
node-version: 'v18.19.0'

- run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
- run: export PATH=${PATH}:${HOME}/go/bin
- run: wails build -clean -platform windows/amd64,darwin/amd64,linux/amd64 # -dryrun, -obfuscated
- uses: dAppServer/[email protected]
with:
build-name: SparkpluGUI
build-platform: windows/amd64,darwin/amd64,linux/amd64
# - run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
# - run: export PATH=${PATH}:${HOME}/go/bin
# - run: sudo apt-get update && sudo apt-get install libgtk-3-0 libwebkit2gtk-4.0-dev gcc-aarch64-linux-gnu
# - run: wails build -clean -platform windows/amd64,darwin/amd64,linux/amd64 # -dryrun, -obfuscated

0 comments on commit 0a9c08f

Please sign in to comment.