Add -ci flag to wails init

This commit is contained in:
Lea Anthony 2022-09-22 08:00:41 +10:00
commit 10cee781a7
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
2 changed files with 60 additions and 10 deletions

View file

@ -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