Skip to content

Commit

Permalink
Fix ref to version translation
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Sep 17, 2023
1 parent bbb7182 commit 8ac6072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
--locked
- name: Package archive
id: package
run: ./cli/package.sh ${REF#"refs/tags/"}
run: ./cli/package.sh ${REF#refs/*/}
env:
OS: ${{ matrix.os }}
TARGET: ${{ matrix.target }}
Expand Down

0 comments on commit 8ac6072

Please sign in to comment.