Skip to content

Commit

Permalink
packaging: Added workflow directory to each step on #2163
Browse files Browse the repository at this point in the history
  • Loading branch information
sulhicader committed Nov 16, 2023
1 parent cd63621 commit 2c6f361
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wave-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ jobs:
--generate-helm-charts \
--helm-chart-version ${{ steps.get-build-version.outputs.VERSION }} \
--helm-chart-name ${{ github.event.repository.name }} \
--helm-app-bundle-image-repo 524466471676.dkr.ecr.us-east-1.amazonaws.com/h2oai/${{ github.event.repository.name }}-bundle \
--helm-app-runtime-image-repo 524466471676.dkr.ecr.us-east-1.amazonaws.com/h2oai/${{ github.event.repository.name }} \
--generate-dockerfile
- uses: actions/upload-artifact@v3
working-directory: ./university
with:
name: wave-bundle
path: |
./*.Dockerfile
./*.wave
./university/*.Dockerfile
./university/*.wave
- uses: actions/upload-artifact@v3
working-directory: ./university
with:
name: wave-bundle-helm
path: helm/
path: university/helm/

0 comments on commit 2c6f361

Please sign in to comment.