From a5581844b1a528243c8b3a405361705fe832cf79 Mon Sep 17 00:00:00 2001 From: David Chemouil Date: Thu, 6 Jun 2024 16:20:41 +0200 Subject: [PATCH 1/2] Update binaries.yml Switch to action gh-release@v2 due to Node.js 16 deprecation warning. --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 64daaa4..5788113 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -45,7 +45,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 From 4017bba3b5aded4c497f968100fa0242a01ce53e Mon Sep 17 00:00:00 2001 From: David Chemouil Date: Thu, 6 Jun 2024 17:09:15 +0200 Subject: [PATCH 2/2] Update binaries.yml Remove stripping of binaries to (hopefully) fix corrupted Mac binaries. --- .github/workflows/binaries.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 5788113..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: