mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
update build workflow
This commit is contained in:
parent
67fbed7f6b
commit
d2224399e2
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -122,13 +122,16 @@ jobs:
|
|||||||
path: .
|
path: .
|
||||||
- name: Preparation
|
- name: Preparation
|
||||||
run: |
|
run: |
|
||||||
|
set -ex
|
||||||
ls -R
|
ls -R
|
||||||
for tarfile in `ls **/*.tar`; do
|
for tarfile in `ls **/*.tar`; do
|
||||||
tar -xvf $tarfile
|
tar -xvf $tarfile
|
||||||
done
|
done
|
||||||
for dir in out/*; do
|
for dir in out/*; do
|
||||||
|
echo "Compressing: $dir"
|
||||||
(test -d "$dir" && cd $dir && zip -r ../yarr_`basename $dir`.zip *)
|
(test -d "$dir" && cd $dir && zip -r ../yarr_`basename $dir`.zip *)
|
||||||
done
|
done
|
||||||
|
ls out
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
if: false
|
if: false
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user