Skip to content

refac: rename some unused variant names #34

refac: rename some unused variant names

refac: rename some unused variant names #34

Workflow file for this run

name: Build and upload the artifact
on:
push:
branches: [poc_1]
pull_request:
branches: [poc_1]
workflow_dispatch: {}
jobs:
build:
name: build rust action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release
# the artifact to upload
- name: artifact
uses: actions/upload-artifact@v4
with:
name: chronos
path: target/release/libtest.d