Skip to content

Commit 8a1b24c

Browse files
committed
Fix paths for CI binary packaging after upgrade
1 parent 88e4414 commit 8a1b24c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: source/
4444

4545
build_source:
46-
name: Build Source Code
46+
name: Build
4747
needs: package_source
4848
strategy:
4949
matrix:
@@ -80,13 +80,13 @@ jobs:
8080
uses: actions/download-artifact@v4
8181

8282
- name: Work around GitHub permissions bug
83-
run: chmod +x bin/*/shellcheck*
83+
run: chmod +x *.bin/*/shellcheck*
8484

8585
- name: Package binaries
8686
run: |
8787
export TAGS="$(cat source/tags)"
8888
mkdir -p deploy
89-
cp -r bin/* deploy
89+
cp -r *.bin/* deploy
9090
cd deploy
9191
../.prepare_deploy
9292
rm -rf */ README* LICENSE*

0 commit comments

Comments
 (0)