mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
use name for both upload/download artifacts
This commit is contained in:
parent
f26cca395a
commit
8e906ea66d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
id: ${{ matrix.hostname }}-${{ matrix.arch }}
|
name: ${{ matrix.hostname }}-${{ matrix.arch }}
|
||||||
path: last-result
|
path: last-result
|
||||||
|
|
||||||
- name: extract result
|
- name: extract result
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue