Skip to content

Commit

Permalink
add same path for corresponding upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TusharMohapatra07 committed Dec 14, 2024
1 parent 3d6bb3d commit 5d1cd7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: patternfile-servicemesh-install
path: ./.github/install/deploy.yaml
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down Expand Up @@ -201,6 +202,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: patternfile-servicemesh-addon
path: ./.github/install/deploywithaddons.yaml
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down Expand Up @@ -316,6 +318,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: patternfile-servicemesh-sample-app
path: ./.github/install/deploywithsampleapp.yaml
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down

0 comments on commit 5d1cd7e

Please sign in to comment.