Skip to content

Commit

Permalink
Use consistent artefact naming for SDK binaries
Browse files Browse the repository at this point in the history
Other binaries are of the form `SDK_Binaries_XYZ`

Signed-off-by: Danilo Del Busso <[email protected]>
  • Loading branch information
danilo-delbusso committed Mar 6, 2024
1 parent 8740266 commit 361e342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-and-build-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Store PowerShell SDK (.NET Framework 4.5)
uses: actions/upload-artifact@v3
with:
name: XenServerPowerShell_NET45
name: SDK_Binaries_XenServerPowerShell_NET45
path: output/**/*

build-powershell-7x-sdk:
Expand Down Expand Up @@ -207,5 +207,5 @@ jobs:
- name: Store PowerShell SDK (.NET ${{ matrix.dotnet }})
uses: actions/upload-artifact@v3
with:
name: XenServerPowerShell_NET${{ matrix.dotnet }}
name: SDK_Binaries_XenServerPowerShell_NET${{ matrix.dotnet }}
path: output/**/*
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
- name: Retrieve PowerShell 5.x SDK distribution artifacts
uses: actions/download-artifact@v3
with:
name: XenServerPowerShell_NET45
name: SDK_Binaries_XenServerPowerShell_NET45
path: sdk_powershell_5x/

- name: Retrieve PowerShell 7.x SDK distribution artifacts
uses: actions/download-artifact@v3
with:
name: XenServerPowerShell_NET8
name: SDK_Binaries_XenServerPowerShell_NET6
path: sdk_powershell_7x/

- name: Zip PowerShell 5.x SDK artifacts for deployment
Expand Down

0 comments on commit 361e342

Please sign in to comment.