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 752f23b commit 4f5558eCopy full SHA for 4f5558e
.github/workflows/build.yaml
@@ -14,3 +14,7 @@ jobs:
14
uses: actions/setup-go@v3
15
- name: Build
16
run: "./scripts/build.sh"
17
+ - uses: actions/upload-artifact@v3
18
+ with:
19
+ name: bin
20
+ path: ./dist/bin
0 commit comments