Skip to content

Commit

Permalink
remove clash of artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 26, 2024
1 parent 82f141e commit fd3d195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Expand Up @@ -174,8 +174,8 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ github.job }}-${{ github.run_id }}.out
path: ${{ github.job }}-${{ github.run_id }}.out
name: ${{ github.job }}-${{ github.run_id }}-${{ matrix.ARCH }}.out
path: ${{ github.job }}-${{ github.run_id }}-${{ matrix.ARCH }}.out
retention-days: 5

smartagent-integration-test:
Expand Down Expand Up @@ -335,6 +335,6 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ github.job }}-${{ github.run_id }}.out
path: ${{ github.job }}-${{ github.run_id }}.out
name: smartagent-${{ github.job }}-${{ github.run_id }}-${{ matrix.ARCH }}.out
path: smartagent-${{ github.job }}-${{ github.run_id }}-${{ matrix.ARCH }}.out
retention-days: 5

0 comments on commit fd3d195

Please sign in to comment.