Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

update rc

update rc #12

Workflow file for this run

name: Antelope CDT
on: [push]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Antelope CDT
run: wget https://github.com/AntelopeIO/cdt/releases/download/v3.1.0/cdt_3.1.0_amd64.deb && sudo apt install ./cdt_3.1.0_amd64.deb
- name: Compile WASM
run: npm run release
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
*.abi
*.wasm