mirror of https://github.com/pikami/tiktok-dl.git
Add execute permission to binary file durring build
This commit is contained in:
parent
af59659f41
commit
bb6e924866
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue