Skip to content

Commit

Permalink
Merge branch 'develop' into feature/big-ltlspec
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chemouil committed Jun 6, 2024
2 parents bc8cb80 + 4017bba commit e5ddedc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,14 @@ 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:
path: electrod.exe
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

0 comments on commit e5ddedc

Please sign in to comment.