Skip to content

Commit

Permalink
CI: install: rename artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz authored and umarcor committed Sep 6, 2022
1 parent 0f0cefc commit 3e2be7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/Automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
- Linux
- X64

strategy:
fail-fast: false
matrix:
fam:
- xc7
- ql
env:
MAX_CORES: 80
GHA_EXTERNAL_DISK: "tools"
Expand All @@ -35,7 +41,7 @@ jobs:
- name: '📤 Download artifact: arch-defs packages'
uses: actions/download-artifact@v3
with:
name: packages
name: packages_${{ matrix.fam }}
path: './'

- name: 🕐 Timestamp, Hash and packages.list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: '📤 Upload artifact: arch-defs packages'
uses: actions/upload-artifact@v3
with:
name: packages
name: packages_${{ matrix.fam }}
path: '*.tar.xz'

- name: '📤 Upload artifact: plots'
Expand Down

0 comments on commit 3e2be7c

Please sign in to comment.