Skip to content

Commit

Permalink
Fix build release target path (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d authored Jul 16, 2024
1 parent 9ab6bf6 commit bf279f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Create Release Archive
run: >-
tar -czvf "hanko-${GITHUB_REF#refs/tags/}-${{ matrix.target }}.tar.gz"
target/release/hanko
target/${{ matrix.target }}/release/hanko
shell: bash
- name: Upload Release Archive
run: >-
Expand Down

0 comments on commit bf279f7

Please sign in to comment.