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

Change logic to release #21

Change logic to release

Change logic to release #21

Workflow file for this run

name: Antelope CDT
on: [push]
permissions:
contents: write
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: cdt-cpp work.pomelo.cpp -I include
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
*.abi
*.wasm