1
0
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:
Delyan Angelov 2020-12-04 14:08:18 +02:00
parent 50a3009113
commit d60f148b0c
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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 ..