Skip to content

Commit ea6a9fc

Browse files
Fix release job (again)
1 parent c872a9c commit ea6a9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
tag=$(git describe --tags --abbrev=0)
4848
49-
7z a "livetagger-$tag-$target-x64.zip" $bin
49+
7z a "livetagger-$tag-${{ matrix.target }}-x64.zip" $bin
5050
- name: Publish
5151
uses: softprops/action-gh-release@v2
5252
with:

0 commit comments

Comments
 (0)