Skip to content

Commit

Permalink
github: Unified the build-and-upload artefact nomenclature
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Jul 23, 2024
1 parent 522884a commit a34e03a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Archive
uses: actions/upload-artifact@v4
with:
name: blackmagic-firmware-${{ matrix.probe }}
name: blackmagic_firmware-${{ matrix.probe }}
path: src/artefacts/*
if-no-files-found: error

Expand All @@ -105,7 +105,7 @@ jobs:
- name: Merge firmware artefacts
uses: actions/upload-artifact/merge@v4
with:
name: blackmagic-firmware
name: blackmagic_firmware
# delete-merged: true

# This workflow contains a job for each supported OS in the form `build-<os>`
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Archive
uses: actions/upload-artifact@v4
with:
name: blackmagic-linux_${{ matrix.os.name }}-${{ matrix.compiler }}
name: blackmagic_linux-${{ matrix.os.name }}-${{ matrix.compiler }}
path: src/artefacts/*
if-no-files-found: error

Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
- name: Archive firmware build artefacts as a zip
uses: actions/upload-artifact@v4
with:
name: blackmagic-windows_${{ matrix.os }}-${{ matrix.sys.abi }}-${{ matrix.sys.compiler }}
name: blackmagic_windows-${{ matrix.os }}-${{ matrix.sys.abi }}-${{ matrix.sys.compiler }}
path: src/artefacts/*
if-no-files-found: error

Expand Down Expand Up @@ -354,6 +354,6 @@ jobs:
- name: Archive
uses: actions/upload-artifact@v4
with:
name: blackmagic-macos_${{ matrix.os.name }}
name: blackmagic_macos-${{ matrix.os.name }}
path: src/artefacts/*
if-no-files-found: error

0 comments on commit a34e03a

Please sign in to comment.