We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81df65 commit c24321dCopy full SHA for c24321d
.github/workflows/build.yml
@@ -41,7 +41,6 @@ jobs:
41
shell: bash
42
43
- name: Upload binary
44
- uses: actions/upload-artifact@v3
+ uses: softprops/action-gh-release@v1
45
with:
46
- name: natsdash-${{ matrix.os }}-${{ matrix.arch }}
47
- path: natsdash-${{ matrix.os }}-${{ matrix.arch }}
+ files: natsdash-${{ matrix.os }}-${{ matrix.arch }}
0 commit comments