diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1eb47545..4a6bb0250 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,4 +68,5 @@ jobs: cd ./test-${{ matrix.template }} wails init -n ${{ matrix.template }} -t ${{ matrix.template }} cd ${{ matrix.template }} + sed -i 's/\/\/replace/replace/' go.mod wails build -v 2