Skip to content

Commit

Permalink
Fix strip binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
allancalix committed Sep 7, 2021
1 parent 19dfd08 commit 530f757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Strip release binary (linux and macos)
if: matrix.build == 'linux' || matrix.build == 'macos'
run: strip "target/${{ matrix.target }}/release/ledgersync"
run: strip "target/release/ledgersync"

- name: Archive binary
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 530f757

Please sign in to comment.