Skip to content

Commit d222439

Browse files
committed
update build workflow
1 parent 67fbed7 commit d222439

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,16 @@ jobs:
122122
path: .
123123
- name: Preparation
124124
run: |
125+
set -ex
125126
ls -R
126127
for tarfile in `ls **/*.tar`; do
127128
tar -xvf $tarfile
128129
done
129130
for dir in out/*; do
131+
echo "Compressing: $dir"
130132
(test -d "$dir" && cd $dir && zip -r ../yarr_`basename $dir`.zip *)
131133
done
134+
ls out
132135
- name: Upload Release
133136
if: false
134137
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)