dont overwrite in CI

This commit is contained in:
Dedy Martadinata 2022-10-05 18:38:02 +07:00 committed by GitHub
parent d1c5eeba9e
commit 040647807f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,8 +91,6 @@ jobs:
run: ./app/build.sh
- name: check path
run: ls -al app/
- name: overwrite index.html with index_local.html
run: mv app/index_local.html app/index.html
- name: upload ui artifacts
uses: actions/upload-artifact@v3
with: