We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e4414 commit 8a1b24cCopy full SHA for 8a1b24c
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
path: source/
44
45
build_source:
46
- name: Build Source Code
+ name: Build
47
needs: package_source
48
strategy:
49
matrix:
@@ -80,13 +80,13 @@ jobs:
80
uses: actions/download-artifact@v4
81
82
- name: Work around GitHub permissions bug
83
- run: chmod +x bin/*/shellcheck*
+ run: chmod +x *.bin/*/shellcheck*
84
85
- name: Package binaries
86
run: |
87
export TAGS="$(cat source/tags)"
88
mkdir -p deploy
89
- cp -r bin/* deploy
+ cp -r *.bin/* deploy
90
cd deploy
91
../.prepare_deploy
92
rm -rf */ README* LICENSE*
0 commit comments