Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sazid committed Oct 17, 2023
1 parent cb62a10 commit df7253c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,8 @@ jobs:

- name: Renmae the built binary
shell: bash
continue-on-error: true
run: mv target/release/lorust ./$BINARY_NAME

- name: Renmae the built binary
shell: bash
continue-on-error: true
run: mv target/release/lorust.exe $BINARY_NAME

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
Expand Down

0 comments on commit df7253c

Please sign in to comment.