github actions: split artifacts per architecture (#7549)

This commit is contained in:
Oskar 2021-09-20 17:59:32 +02:00 committed by GitHub
parent dd3b10cf3d
commit a30b9e1565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,9 @@ jobs:
- name: Store *.deb files
uses: actions/upload-artifact@v2
with:
name: termux-packages-${{ github.sha }}
name: termux-packages-${{ matrix.target_arch }}-${{ github.sha }}
path: ./artifacts
upload:
if: github.event_name != 'pull_request'
needs: build
@ -149,7 +150,6 @@ jobs:
- name: Get *.deb files
uses: actions/download-artifact@v2
with:
name: termux-packages-${{ github.sha }}
path: ./
- name: Upload to packages.termux.org
env: