Update release workflow

This commit is contained in:
Lea Anthony 2022-09-22 06:32:53 +10:00
commit 6748e2f983
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -69,6 +69,7 @@ jobs:
wails init -n ${{ matrix.template }} -t ${{ matrix.template }} -m
cd ${{ matrix.template }}
cat go.mod
sed -i 's/\/\/replace/replace/' go.mod
sed -i 's/\/\/ replace/replace/g' go.mod
sed -i 's/=>.*/=> ../g' go.mod
cat go.mod
wails build -v 2