diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da3e32b..47c471c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: with: name: build-windows path: build/ + owerwrite: true build-macos: runs-on: "ubuntu-latest" @@ -81,6 +82,7 @@ jobs: with: name: build-macos path: build/ + owerwrite: true build-linux: runs-on: "ubuntu-latest" @@ -113,6 +115,7 @@ jobs: with: name: build-linux path: build/ + owerwrite: true create-release: needs: [build-windows, build-macos, build-linux]