diff --git a/.github/workflows/build-macos-x86_64.yaml b/.github/workflows/build-macos-x86_64.yaml index 9f826271..fca5269f 100644 --- a/.github/workflows/build-macos-x86_64.yaml +++ b/.github/workflows/build-macos-x86_64.yaml @@ -41,7 +41,6 @@ jobs: - name: Build for darwin if: matrix.platform == 'macos-latest' run: | - rm build/bin wails build -f -ldflags "-X main.Version=${{ steps.version.outputs.tag }}" - name: Create darwin disk image