Skip to content

Commit 1377eab

Browse files
authored
Fix typo in release workflow (#163)
1 parent 4f638ae commit 1377eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check out code
2626
uses: actions/checkout@v2
2727
- name: Build binary
28-
run: go build -o certsrap .
28+
run: go build -o certstrap .
2929
- name: Upload artifact
3030
uses: actions/upload-artifact@v2
3131
with:

0 commit comments

Comments
 (0)