Skip to content

Commit

Permalink
Fix typo in release workflow (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtw authored Jul 1, 2022
1 parent 4f638ae commit 1377eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Build binary
run: go build -o certsrap .
run: go build -o certstrap .
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1377eab

Please sign in to comment.