Skip to content

Commit 2e3dfcc

Browse files
committed
fix
1 parent 994709e commit 2e3dfcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ runs:
2525
- name: Build
2626
shell: bash
2727
run: |
28-
cd ${{ env.app_folder }}
28+
cd src
2929
npm install
3030
3131
- name: Zip
3232
shell: bash
3333
run: |
34-
cd ${{ env.app_folder }}
34+
cd src
3535
zip -r ${{ inputs.version_file }} *
3636
3737
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)