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:
|
||||
env:
|
||||
ACTIONS_STEP_DEBUG: true
|
||||
ACTIONS_RUNNER_DEBUG: true
|
||||
jobs:
|
||||
version:
|
||||
name: version
|
||||
|
|
@ -91,6 +92,7 @@ jobs:
|
|||
chmod +x dist/ytdl-sub
|
||||
dist/ytdl-sub -h
|
||||
mv dist/ytdl-sub /opt/builds/ytdl-sub_linux
|
||||
ls -lh /opt/builds/
|
||||
- name: Save build to cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue