mirror of
https://github.com/kiwibrowser/src.next.git
synced 2025-12-27 23:45:28 +00:00
Download artifacts to separate folders (migration to download-artifact@v4)
Some checks failed
Any branch: Lint codebase / Run source-code linter (push) Has been cancelled
Some checks failed
Any branch: Lint codebase / Run source-code linter (push) Has been cancelled
This commit is contained in:
parent
1348eec18c
commit
aa79eb0237
@ -165,21 +165,25 @@ jobs:
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: apk-arm
|
||||
path: apk-arm
|
||||
|
||||
- name: Downloading artifact (arm64)
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: apk-arm64
|
||||
path: apk-arm64
|
||||
|
||||
- name: Downloading artifact (x86)
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: apk-x86
|
||||
path: apk-x86
|
||||
|
||||
- name: Downloading artifact (x64)
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: apk-x64
|
||||
path: apk-x64
|
||||
|
||||
- name: Listing files under $HOME
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user