mirror of
https://github.com/pikami/tiktok-dl.git
synced 2025-12-19 16:59:53 +00:00
Add execute permission to binary file durring build
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -37,6 +37,9 @@ jobs:
|
|||||||
- name: Copy license
|
- name: Copy license
|
||||||
run: cp LICENSE out
|
run: cp LICENSE out
|
||||||
|
|
||||||
|
- name: Add execute permission
|
||||||
|
run: chmod +x out/tiktok-dl
|
||||||
|
|
||||||
- name: Upload Unix Artifacts
|
- name: Upload Unix Artifacts
|
||||||
if: startsWith(matrix.os, 'ubuntu-')
|
if: startsWith(matrix.os, 'ubuntu-')
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user