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
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ytdl-sub_armv6
|
name: ytdl-sub_armv6
|
||||||
path: /opt/builds/ytdl-sub_armv6
|
path: /opt/builds
|
||||||
|
|
||||||
- name: Restore armv7 build
|
- name: Restore armv7 build
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ytdl-sub_armv7
|
name: ytdl-sub_armv7
|
||||||
path: /opt/builds/ytdl-sub_armv7
|
path: /opt/builds
|
||||||
|
|
||||||
- name: Restore aarch64 build
|
- name: Restore aarch64 build
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ytdl-sub_aarch64
|
name: ytdl-sub_aarch64
|
||||||
path: /opt/builds/ytdl-sub_aarch64
|
path: /opt/builds
|
||||||
|
|
||||||
- name: Restore linux build
|
- name: Restore linux build
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ytdl-sub_linux
|
name: ytdl-sub_linux
|
||||||
path: /opt/builds/ytdl-sub_linux
|
path: /opt/builds
|
||||||
|
|
||||||
- name: Inspect build directory
|
- name: Inspect build directory
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue