CI: fix path

This commit is contained in:
ruby0x1
2021-11-14 00:09:07 -08:00
parent a05f4e5e35
commit ff3dc2846a
+2 -2
View File
@@ -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