Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kcking committed Oct 25, 2021
1 parent d37ae0a commit 9c9ab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/download-artifact@v2
- run: |
for path in $(ls); do mv $path/brr brr-$path; done
for path in $(ls); do mv $path/brr brr-$path; done
- name: Upload binaries to release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 9c9ab3b

Please sign in to comment.