Update rust.yml

This commit is contained in:
Ferran Basora 2020-03-11 21:56:13 +01:00 committed by GitHub
parent d00d717f2a
commit 052f95db8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: cargo bundle --release
run: cargo build --release
- uses: actions/upload-artifact@v1
with: