Skip to content

Merge pull request #9 from SuperSandro2000/patch-1 #19

Merge pull request #9 from SuperSandro2000/patch-1

Merge pull request #9 from SuperSandro2000/patch-1 #19

Workflow file for this run

on: [push]
name: Build
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: build
args: --release
- uses: actions/upload-artifact@v2
with:
name: ifdyndnsd
path: target/release/ifdyndnsd