mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Add -ci flag to wails init
This commit is contained in:
parent
aebd50db0a
commit
10cee781a7
2 changed files with 60 additions and 10 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -66,10 +66,7 @@ jobs:
|
|||
run: |
|
||||
mkdir -p ./test-${{ matrix.template }}
|
||||
cd ./test-${{ matrix.template }}
|
||||
wails init -n ${{ matrix.template }} -t ${{ matrix.template }} -m
|
||||
wails init -n ${{ matrix.template }} -t ${{ matrix.template }} -ci
|
||||
cd ${{ matrix.template }}
|
||||
cat go.mod
|
||||
sed -i -e 's/\/\/ replace/replace/g' go.mod
|
||||
sed -i -e "s/=>.*/=> ${GITHUB_WORKSPACE}\/v2/g" go.mod
|
||||
cat go.mod
|
||||
wails build -v 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue