Skip to content

Commit

Permalink
Conflicting artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Feb 7, 2024
1 parent 6f11dc4 commit cdceaa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: kuroko.efi
name: kuroko-efi-aa64
path: |
kuroko.efi
cdimage.iso
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: kuroko.efi
name: kuroko-efi-x64
path: |
kuroko.efi
cdimage.iso
Expand Down

0 comments on commit cdceaa8

Please sign in to comment.