Skip to content

Update Cargo config

Update Cargo config #5

Workflow file for this run

name: Build and release
on:
push:
tags:
- "v*.*.*"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: cargo build --release
- name: Release
uses: softprops/action-gh-release@v2
with:
files: target/release/Windows11_SupportFeed_to_HTML.exe