Skip to content

Commit

Permalink
Merge pull request #144 from Chia-Network/develop
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
TheLastCicada authored Aug 31, 2023
2 parents 9426f8c + 2149110 commit 64b292f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "climate-tokenization-engine",
"version": "1.2.0",
"version": "1.2.1",
"bin": "./server.js",
"description": "",
"main": "proxy.js",
Expand Down

0 comments on commit 64b292f

Please sign in to comment.