Skip to content

Added taking screenshots (#10) #30

Added taking screenshots (#10)

Added taking screenshots (#10) #30

Workflow file for this run

# Windows x86_64
name: Windows
on:
push:
branches:
- main
- releases/**
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
- run: cargo +stable build --release --target=x86_64-pc-windows-msvc
- uses: actions/upload-artifact@v3
with:
name: htop-windows-x86_64
path: target/x86_64-pc-windows-msvc/release/htop.exe