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

View File

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