Skip to content

update all assets

update all assets #25

Workflow file for this run

# name: Build
# on: [push]
# jobs:
# build:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v2
# - name: Install Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# override: true
# - name: Build
# uses: actions-rs/cargo@v1
# with:
# command: build
# args: --release
# - name: Upload artifact
# uses: actions/upload-artifact@v2
# with:
# name: terraflow
# path: target/release/terraflow.exe