Update cd.yml

This commit is contained in:
Sunshine 2020-07-13 19:09:01 -04:00 committed by GitHub
parent a8449a2b32
commit 8f1da3c792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- run: git config --global core.autocrlf false
- name: Checkout the repository
uses: actions/checkout@v2
- name: Build and install the executable
- name: Build the executable
run: cargo build --release
- uses: Shopify/upload-to-release@1.0.0
with:
@ -58,7 +58,7 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Build and install the executable
- name: Build the executable
run: cargo build --release
- uses: Shopify/upload-to-release@1.0.0
with: