Skip to content

Commit 135659e

Browse files
committed
Warning, this commit is for CI testing purposes and will be forced pushed away.
1 parent 88e4414 commit 135659e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,17 @@ jobs:
7979
- name: Download artifacts
8080
uses: actions/download-artifact@v4
8181

82+
- name: Debug things
83+
run: find .
84+
8285
- name: Work around GitHub permissions bug
83-
run: chmod +x bin/*/shellcheck*
86+
run: chmod +x *.bin/*/shellcheck*
8487

8588
- name: Package binaries
8689
run: |
8790
export TAGS="$(cat source/tags)"
8891
mkdir -p deploy
89-
cp -r bin/* deploy
92+
cp -r *.bin/* deploy
9093
cd deploy
9194
../.prepare_deploy
9295
rm -rf */ README* LICENSE*

0 commit comments

Comments
 (0)