Skip to content

Commit 4c9a36f

Browse files
committed
move scripts to scripts dir. update pipeline
1 parent 07b646e commit 4c9a36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
2222
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2323
aws-region: us-west-2
24-
- run: ./publish.ps1
24+
- run: ./scripts/publish.ps1

0 commit comments

Comments
 (0)