Skip to content

Commit

Permalink
fix: add 'release' directory name (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 authored Aug 21, 2024
1 parent a30bb2f commit d0f67c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
OCI_REGISTRY_URL: ${{ vars.OCI_REGISTRY_URL }}
OCI_NAMESPACE: ${{ vars.OCI_NAMESPACE }}
run: |
./scripts/release-charts-to-acr.sh
./scripts/release/release-charts-to-acr.sh
release-charts-to-s3:
needs: [
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
- name: Release charts to S3
shell: bash
run: |
./scripts/release-charts-to-s3.sh ${{ vars.AWS_RELEASE_BUCKET }}
./scripts/release/release-charts-to-s3.sh ${{ vars.AWS_RELEASE_BUCKET }}

0 comments on commit d0f67c8

Please sign in to comment.