Skip to content

Bump url from 2.4.1 to 2.5.0 #100

Bump url from 2.4.1 to 2.5.0

Bump url from 2.4.1 to 2.5.0 #100

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
tags: [ 'v*' ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build
run: cargo build --release
- name: Upload
uses: 'actions/upload-artifact@v3'
with:
name: artifact-${{ matrix.os }}
path: |
target/release/cftool
target/release/cftool.exe