diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8cca1b..3b356bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,7 @@ jobs: - name: Ad-hoc sign binary if: runner.os == 'macOS' - run: codesign -s - ${{ matrix.artifact }} + run: codesign --force -s - ${{ matrix.artifact }} - name: Upload to GitHub Release uses: softprops/action-gh-release@v1