mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
binary_artifact.yml: chmod 755 thirdparty/tcc/tcc.exe too
This commit is contained in:
parent
50a3009113
commit
d60f148b0c
1
.github/workflows/binary_artifact.yml
vendored
1
.github/workflows/binary_artifact.yml
vendored
@ -123,6 +123,7 @@ jobs:
|
|||||||
cd workdir/v/
|
cd workdir/v/
|
||||||
chmod 755 v || true
|
chmod 755 v || true
|
||||||
chmod 755 v.exe || true
|
chmod 755 v.exe || true
|
||||||
|
chmod 755 thirdparty/tcc/tcc.exe || true
|
||||||
cd ..
|
cd ..
|
||||||
zip -r9 --symlinks ../v_${{ matrix.version }}.zip v/*
|
zip -r9 --symlinks ../v_${{ matrix.version }}.zip v/*
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user