Skip to content

Commit

Permalink
ci: add mac binary executable to release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Aug 29, 2023
1 parent 05e734b commit ca172a5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,18 @@ jobs:
name: climate-tokenization-engine-windows-x64
path: climate-tokenization-engine-windows-x64

- name: Download MacOS artifacts
- name: Download MacOS installer artifacts
uses: actions/download-artifact@v3
with:
name: climate-tokenization-engine-mac-installer
path: climate-tokenization-engine-mac-installer

- name: Download MacOS executable artifacts
uses: actions/download-artifact@v3
with:
name: climate-tokenization-engine-macos-x64
path: climate-tokenization-engine-macos-x64

- name: Download Linux x64 artifacts
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -246,6 +252,7 @@ jobs:
zip -r climate-tokenization-engine-macos-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip climate-tokenization-engine-mac-installer
zip -r climate-tokenization-engine-linux-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip climate-tokenization-engine-linux-x64
zip -r climate-tokenization-engine-linux-arm64-${{ steps.tag-name.outputs.TAGNAME }}.zip climate-tokenization-engine-linux-arm64
zip -r climate-tokenization-engine-macos-binary-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip climate-tokenization-engine-macos-x64
- name: Release
uses: softprops/[email protected]
Expand All @@ -255,6 +262,7 @@ jobs:
climate-tokenization-engine-macos-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip
climate-tokenization-engine-linux-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip
climate-tokenization-engine-linux-arm64-${{ steps.tag-name.outputs.TAGNAME }}.zip
climate-tokenization-engine-macos-binary-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip
climate-tokenization-engine-linux-x64-deb/*.deb
climate-tokenization-engine-linux-arm64-deb/*.deb
Expand Down

0 comments on commit ca172a5

Please sign in to comment.