Skip to content

Commit 38bfc21

Browse files
committed
fix: yaml -> yml
1 parent 9942b62 commit 38bfc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
needs: setup
5858
runs-on: ubuntu-latest
5959
env:
60-
APP_SPEC_FILE: ${{github.workspace}}/appspec.yaml
60+
APP_SPEC_FILE: ${{github.workspace}}/appspec.yml
6161
APP_SPEC_KEY: appspec.zip
6262
steps:
6363
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)