Skip to content

Fix artifact name

Fix artifact name #20

Workflow file for this run

on: [push]
name: CI
jobs:
build:
name: git-del-branches
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --release --all-features --target-dir out/${{ matrix.os }}
- name: Archive built files
uses: actions/upload-artifact@v4
with:
name: git-del-branches_${{ matrix.os }}
path: |
*/${{ matrix.os }}/release/git-del-branches
*/${{ matrix.os }}/release/git-del-branches.exe