Skip to content

update docker action #9

update docker action

update docker action #9

Workflow file for this run

name: Rust
on:
push:
tags:
- "v*.*.*"
env:
CARGO_TERM_COLOR: always
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --target x86_64-unknown-linux-gnu --release
- name: Run tests
run: cargo test
- name: Release
uses: softprops/action-gh-release@v1
with:
files: target/x86_64-unknown-linux-gnu/release/ddcrust