Skip to content

Commit d0f67c8

Browse files
authored
fix: add 'release' directory name (#160)
1 parent a30bb2f commit d0f67c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
OCI_REGISTRY_URL: ${{ vars.OCI_REGISTRY_URL }}
5252
OCI_NAMESPACE: ${{ vars.OCI_NAMESPACE }}
5353
run: |
54-
./scripts/release-charts-to-acr.sh
54+
./scripts/release/release-charts-to-acr.sh
5555
5656
release-charts-to-s3:
5757
needs: [
@@ -79,4 +79,4 @@ jobs:
7979
- name: Release charts to S3
8080
shell: bash
8181
run: |
82-
./scripts/release-charts-to-s3.sh ${{ vars.AWS_RELEASE_BUCKET }}
82+
./scripts/release/release-charts-to-s3.sh ${{ vars.AWS_RELEASE_BUCKET }}

0 commit comments

Comments
 (0)