We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b646e commit 4c9a36fCopy full SHA for 4c9a36f
.github/workflows/build-deploy.yml
@@ -21,4 +21,4 @@ jobs:
21
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
22
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
23
aws-region: us-west-2
24
- - run: ./publish.ps1
+ - run: ./scripts/publish.ps1
0 commit comments