Skip to content

bump version

bump version #25

Workflow file for this run

name: Rust
on:
push:
tags:
- "v*.*.*"
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose --release
- name: Release
uses: softprops/action-gh-release@v1
with:
files: target/release/dlnaproxy