Skip to content

Commit c2a96ac

Browse files
authored
Update build.yml
1 parent 5d1f585 commit c2a96ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,11 @@ jobs:
118118
TARGET: ${{ matrix.arch }}-alpine-linux-musl
119119
run: |
120120
set -e
121+
chmod +x ./cbuild.sh
121122
./cbuild.sh clean
122123
./cbuild.sh -vvv
123-
124124
mkdir -p dist
125-
find . -maxdepth 1 -type f -perm -111 ! -name '*.sh' -exec mv {} dist/ \;
126-
125+
127126
- name: Normalize outputs
128127
run: |
129128
for f in dist/*; do

0 commit comments

Comments
 (0)