Skip to content

Commit 2d7ab5f

Browse files
authored
Update main.yml
1 parent 82cf56d commit 2d7ab5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload binary artifacts
4242
uses: actions/upload-artifact@v3
4343
with:
44-
name: {{ matrix.platform.target }}-bin
44+
name: ${{ matrix.platform.target }}-bin
4545
path: ./${{ matrix.platform.target }}/
4646
if-no-files-found: error
4747
- name: Archive binary

0 commit comments

Comments
 (0)