diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 64daaa4..dca215b 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -35,9 +35,6 @@ jobs: - name: Build run: opam exec -- dune build --profile release - - name: Strip binaries - run: strip electrod.exe - - name: Upload the build artifact uses: actions/upload-artifact@v4 with: @@ -45,7 +42,7 @@ jobs: name: electrod-${{ matrix.os }}.exe - name: Release (if tagged) - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: electrod.exe