Skip to content

Commit

Permalink
swap around directories and files
Browse files Browse the repository at this point in the history
  • Loading branch information
kcking committed Oct 25, 2021
1 parent 9c9ab3b commit 8a7314d
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 tmp-$path; rm -r $path; mv tmp-$path $path; done
- name: Upload binaries to release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 8a7314d

Please sign in to comment.