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 e5b45ff commit bae7d19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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,8 +105,8 @@ jobs:
- name: Merge firmware artefacts
uses: actions/upload-artifact/merge@v4
with:
name: blackmagic-firmware
pattern: blackmagic-firmware-*
name: blackmagic_firmware
pattern: blackmagic_firmware-*
delete-merged: true

# This workflow contains a job for each supported OS in the form `build-<os>`
Expand Down Expand Up @@ -203,7 +203,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 @@ -291,7 +291,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 @@ -355,6 +355,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 bae7d19

Please sign in to comment.