Skip to content

Commit

Permalink
fixup! archive src
Browse files Browse the repository at this point in the history
  • Loading branch information
commonquail committed Nov 11, 2023
1 parent 77152c4 commit 35404ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
lzip
- name: Archive source code
shell: bash
run: |
name="commitmsgfmt-${{ env.RELEASE_VERSION }}"
v="${{ env.RELEASE_VERSION }}"
name="commitmsgfmt-$v"
git archive --prefix="${name}/" --format=tar "$v" |
lzip -6 >"${name}.tar.lz"
Expand Down

0 comments on commit 35404ed

Please sign in to comment.