github actions: split artifacts per architecture (#7549)
This commit is contained in:
parent
dd3b10cf3d
commit
a30b9e1565
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user