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

This commit is contained in:
Kiwi Browser 2025-01-20 14:14:46 +02:00 committed by GitHub
parent 1348eec18c
commit aa79eb0237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |