Skip to content

Commit

Permalink
Removed macos from deploy.yml, adjusted archiving structure
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Nov 2, 2023
1 parent bd09b6b commit 0af21d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
ocaml-compiler:
- "5.1"
Expand All @@ -33,7 +32,9 @@ jobs:

- run: eval $(opam env) && make release-static

- run: tar cfvz docfd-${{ env.GITHUB_TAG }}-${{ matrix.os }}.tar.gz statically-linked/docfd
- run: |
mv statically-linked/docfd docfd
tar cfvz docfd-${{ env.GITHUB_TAG }}-${{ matrix.os }}.tar.gz docfd
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 0af21d2

Please sign in to comment.