We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f638ae commit 1377eabCopy full SHA for 1377eab
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Check out code
26
uses: actions/checkout@v2
27
- name: Build binary
28
- run: go build -o certsrap .
+ run: go build -o certstrap .
29
- name: Upload artifact
30
uses: actions/upload-artifact@v2
31
with:
0 commit comments