Skip to content

Commit

Permalink
fix(ci): set correct directory when archiving release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubashwer committed Apr 1, 2023
1 parent 0986906 commit 632a9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: zip
path: target/release/${{ matrix.artifact_name }}
directory: target/release
path: ${{ matrix.artifact_name }}
filename: ${{ matrix.asset_name }}.zip

- name: Upload archived binary to release
Expand Down

0 comments on commit 632a9f1

Please sign in to comment.