Skip to content

Commit

Permalink
adjusting binary name on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantacroce committed Jan 4, 2024
1 parent e50ee80 commit d635dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_lint_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: 'Set filename for release binary'
run: |
pushd "target/release"
mv "thunder" "thunder-x86_64-unknown-linux-gnu"
mv "thunder_app" "thunder-x86_64-unknown-linux-gnu"
popd
- name: 'Upload Artifacts (thunder)'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: 'set filename for release binary'
run: |
pushd "target/release"
mv mv "thunder" "thunder-x86_64-apple-darwin"
mv "thunder_app" "thunder-x86_64-apple-darwin"
popd
- name: 'Upload Artifacts (thunder)'
Expand Down

0 comments on commit d635dc8

Please sign in to comment.