Skip to content

Commit

Permalink
change artifact name to be more self descriptive
Browse files Browse the repository at this point in the history
Signed-off-by: TusharMohapatra07 <[email protected]>
  • Loading branch information
TusharMohapatra07 committed Dec 11, 2024
1 parent 1b57426 commit cd80130
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-${{ github.run_id }}
name: patternfile-servicemesh-install
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-${{ github.run_id }}
name: patternfile-servicemesh-addon
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-${{ github.run_id }}
name: patternfile-servicemesh-sample-app
path: ./.github/install/deploywithsampleapp.yaml

TestIstioForServicemeshAndSampleApp:
Expand Down

0 comments on commit cd80130

Please sign in to comment.