Skip to content

Commit 5b6c63a

Browse files
committed
Fix installer deploy
1 parent 54e1652 commit 5b6c63a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cd.installer.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
22
push:
33
branches: main
4-
paths: installer.sh
4+
paths:
5+
- installer.sh
6+
- .github/workflows/cd.installer.yml
57

68
jobs:
79
qa:
@@ -20,6 +22,8 @@ jobs:
2022
step: start
2123
env: installer
2224

25+
- uses: actions/checkout@v4
26+
2327
- uses: aws-actions/configure-aws-credentials@v4
2428
with:
2529
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)