Skip to content

Commit

Permalink
fix(examples): artifact names
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
  • Loading branch information
AtomicFS authored and AtomicFS committed Nov 8, 2024
1 parent fdf1df3 commit 41cb3ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Get artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.linux-version }}
name: linux-${{ matrix.linux-version }}
path: output-linux
retention-days: 14
# ANCHOR_END: example_build_linux_kernel
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
- name: Get artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.coreboot-version }}
name: stitch-${{ matrix.coreboot-version }}
path: output-stitch
retention-days: 14
# ANCHOR_END: example_build_stitch
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
- name: Get artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.uroot-version }}
name: uroot-${{ matrix.uroot-version }}
path: output-uroot
retention-days: 14
# ANCHOR_END: example_build_uroot
Expand Down

0 comments on commit 41cb3ae

Please sign in to comment.