Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
belst committed Dec 19, 2021
1 parent 2d21c3c commit b140618
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
override: true
- name: Release Build
run: cargo build --release
- name: Upload Artifact
uses: actions/upload-artifact@v2
- name: Release binary
uses: softprops/action-gh-release@v1
with:
name: ${{ env.PROJECT_NAME }}
path: target/release/${{ env.PROJECT_NAME }}
files: target/release/${{ env.PROJECT_NAME }}

0 comments on commit b140618

Please sign in to comment.