Skip to content

Commit 8a7314d

Browse files
committed
swap around directories and files
1 parent 9c9ab3b commit 8a7314d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/download-artifact@v2
4646
- run: |
47-
for path in $(ls); do mv $path/brr brr-$path; done
47+
for path in $(ls); do mv $path/brr tmp-$path; rm -r $path; mv tmp-$path $path; done
4848
- name: Upload binaries to release
4949
uses: softprops/action-gh-release@v1
5050
with:

0 commit comments

Comments
 (0)