fix: correct travis script path from ./travis.sh to ./.travis.sh in CI workflow
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: build
|
||||
run: ./travis.sh
|
||||
run: ./.travis.sh
|
||||
shell: bash
|
||||
working-directory: ./
|
||||
- uses: actions/upload-artifact@v2
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: build
|
||||
run: ./travis.sh
|
||||
run: ./.travis.sh
|
||||
shell: bash
|
||||
working-directory: ./
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user