Update rust.yml

This commit is contained in:
Adrian Woźniak 2021-07-03 16:05:42 +02:00 committed by GitHub
parent 3b314e705f
commit bf4aa33b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,4 +20,11 @@ jobs:
run: cargo build --release --verbose
- name: Run tests
run: cargo test --verbose
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.4
with:
# Artifact name
name: amdfand
# A file, directory or wildcard pattern that describes what to upload
path: ./target/release/amdfand
# The desired behavior if no files are found using the provided path.