Skip to content

Commit

Permalink
build: Update GH Actions upload and download actions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jan 30, 2024
1 parent 0fa7a7c commit cff616d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/glpi-agent-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: Windows-Build
name: Windows-Build-${{ matrix.arch }}
path: C:\Strawberry-perl-for-GLPI-Agent_build\output
- name: Upload debug MSI-Build artifacts
if: failure() #success() || failure() # Only enable on failure or when debugging is required
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: MacOSX-Build
name: MacOSX-Build-${{ matrix.arch }}
path: |
contrib/macosx/build/*.pkg
contrib/macosx/build/*.dmg
Expand Down Expand Up @@ -844,12 +844,14 @@ jobs:
path: glpi-agent
- uses: actions/download-artifact@v4
with:
name: MacOSX-Build
pattern: MacOSX-Build-*
path: glpi-agent
merge-multiple: true
- uses: actions/download-artifact@v4
with:
name: Windows-Build
pattern: Windows-Build-*
path: glpi-agent
merge-multiple: true
- uses: actions/download-artifact@v4
with:
name: Sources
Expand Down

0 comments on commit cff616d

Please sign in to comment.