Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Download artifacts to separate folders (migration to download-artifac…
Browse files Browse the repository at this point in the history
…t@v4)
  • Loading branch information
kiwibrowser authored Jan 20, 2025
1 parent 1348eec commit aa79eb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_sign_release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit aa79eb0

Please sign in to comment.