From a30b9e156583b5d37928af3e8b8cd9f6d03aa945 Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 20 Sep 2021 17:59:32 +0200 Subject: [PATCH] github actions: split artifacts per architecture (#7549) --- .github/workflows/packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 7bda77b7b..e926fb73b 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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: