We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cf56d commit 2d7ab5fCopy full SHA for 2d7ab5f
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Upload binary artifacts
42
uses: actions/upload-artifact@v3
43
with:
44
- name: {{ matrix.platform.target }}-bin
+ name: ${{ matrix.platform.target }}-bin
45
path: ./${{ matrix.platform.target }}/
46
if-no-files-found: error
47
- name: Archive binary
0 commit comments