debug
This commit is contained in:
parent
2043a0ba7f
commit
a4de2e01c4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
env:
|
env:
|
||||||
ACTIONS_STEP_DEBUG: true
|
ACTIONS_STEP_DEBUG: true
|
||||||
|
ACTIONS_RUNNER_DEBUG: true
|
||||||
jobs:
|
jobs:
|
||||||
version:
|
version:
|
||||||
name: version
|
name: version
|
||||||
|
|
@ -91,6 +92,7 @@ jobs:
|
||||||
chmod +x dist/ytdl-sub
|
chmod +x dist/ytdl-sub
|
||||||
dist/ytdl-sub -h
|
dist/ytdl-sub -h
|
||||||
mv dist/ytdl-sub /opt/builds/ytdl-sub_linux
|
mv dist/ytdl-sub /opt/builds/ytdl-sub_linux
|
||||||
|
ls -lh /opt/builds/
|
||||||
- name: Save build to cache
|
- name: Save build to cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue