mirror of
https://github.com/pikami/tiktok-dl.git
synced 2024-11-24 17:05:40 +00:00
Add execute permission to binary file durring build
This commit is contained in:
parent
af59659f41
commit
bb6e924866
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -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
Block a user