Skip to content

Commit ea31caa

Browse files
committed
Fix artifact name
1 parent b817fa0 commit ea31caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Archive built files
1818
uses: actions/upload-artifact@v4
1919
with:
20-
name: git-del-branches_{{ matrix.os }}
20+
name: git-del-branches_${{ matrix.os }}
2121
path: |
2222
*/${{ matrix.os }}/release/git-del-branches
2323
*/${{ matrix.os }}/release/git-del-branches.exe

0 commit comments

Comments
 (0)