FIX. GITHUB. WORKFLOW.

This commit is contained in:
iVacon 2023-04-22 19:24:21 +03:00 committed by GitHub
parent 0c01ca76a1
commit 9299b01add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,10 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- uses: actions/checkout@v3
- name: Build release
run: cargo build --release --verbose
@ -32,3 +28,5 @@ jobs:
title: Automatic release
# Assets to upload to the release
files: target/release/mrfetch
# Git tag
automatic_release_tag: AUTO