fix artifact output
This commit is contained in:
parent
ab917907c1
commit
d3fa7744b7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
|
@ -163,25 +163,25 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ytdl-sub_armv6
|
||||
path: /opt/builds/ytdl-sub_armv6
|
||||
path: /opt/builds
|
||||
|
||||
- name: Restore armv7 build
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ytdl-sub_armv7
|
||||
path: /opt/builds/ytdl-sub_armv7
|
||||
path: /opt/builds
|
||||
|
||||
- name: Restore aarch64 build
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ytdl-sub_aarch64
|
||||
path: /opt/builds/ytdl-sub_aarch64
|
||||
path: /opt/builds
|
||||
|
||||
- name: Restore linux build
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ytdl-sub_linux
|
||||
path: /opt/builds/ytdl-sub_linux
|
||||
path: /opt/builds
|
||||
|
||||
- name: Inspect build directory
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue