FIX. GITHUB. WORKFLOW.
This commit is contained in:
parent
0c01ca76a1
commit
9299b01add
1 changed files with 2 additions and 4 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -15,10 +15,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Build
|
|
||||||
run: cargo build --verbose
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build release
|
- name: Build release
|
||||||
run: cargo build --release --verbose
|
run: cargo build --release --verbose
|
||||||
|
@ -32,3 +28,5 @@ jobs:
|
||||||
title: Automatic release
|
title: Automatic release
|
||||||
# Assets to upload to the release
|
# Assets to upload to the release
|
||||||
files: target/release/mrfetch
|
files: target/release/mrfetch
|
||||||
|
# Git tag
|
||||||
|
automatic_release_tag: AUTO
|
||||||
|
|
Loading…
Reference in a new issue