Skip to content

Commit

Permalink
append unique identifier run_id to artifact name to avoid duplication…
Browse files Browse the repository at this point in the history
… (according to v4)
  • Loading branch information
TusharMohapatra07 committed Dec 11, 2024
1 parent d16f96e commit bc2d9f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Uploading file
uses: actions/upload-artifact@v4
with:
name: patternfile
name: patternfile-${{ github.run_id }}
path: ./.github/install/deploy.yaml

TestIstioForServicemeshInstall:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Uploading file
uses: actions/upload-artifact@v4
with:
name: patternfile
name: patternfile-${{ github.run_id }}
path: ./.github/install/deploywithaddons.yaml

TestIstioForServicemeshAndAddon:
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
- name: Uploading file
uses: actions/upload-artifact@v4
with:
name: patternfile
name: patternfile-${{ github.run_id }}
path: ./.github/install/deploywithsampleapp.yaml

TestIstioForServicemeshAndSampleApp:
Expand Down

0 comments on commit bc2d9f5

Please sign in to comment.