Add execute permission to binary file durring build

This commit is contained in:
Pijus Kamandulis 2020-04-09 18:32:11 +03:00 committed by GitHub
parent af59659f41
commit bb6e924866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ jobs:
- name: Copy license
run: cp LICENSE out
- name: Add execute permission
run: chmod +x out/tiktok-dl
- name: Upload Unix Artifacts
if: startsWith(matrix.os, 'ubuntu-')
uses: actions/upload-artifact@v1