binary_artifact.yml: chmod 755 thirdparty/tcc/tcc.exe too
parent
50a3009113
commit
d60f148b0c
|
@ -123,6 +123,7 @@ jobs:
|
|||
cd workdir/v/
|
||||
chmod 755 v || true
|
||||
chmod 755 v.exe || true
|
||||
chmod 755 thirdparty/tcc/tcc.exe || true
|
||||
cd ..
|
||||
zip -r9 --symlinks ../v_${{ matrix.version }}.zip v/*
|
||||
cd ..
|
||||
|
|
Loading…
Reference in New Issue