permissions
This commit is contained in:
parent
7b48c6cb00
commit
26f5e980b7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -89,12 +89,12 @@ jobs:
|
|||
# Build executable
|
||||
pyinstaller ytdl-sub.spec
|
||||
mkdir -p /opt/builds
|
||||
chmod +x dist/ytdl-sub
|
||||
chmod ugo+rwx dist/ytdl-sub
|
||||
dist/ytdl-sub -h
|
||||
mv dist/ytdl-sub /opt/builds/ytdl-sub_linux
|
||||
ls -lh /opt/builds/
|
||||
tar --version
|
||||
chmod o+rwx /opt/builds/ytdl-sub_linux
|
||||
|
||||
- name: Save build to cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue