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
|
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user