GitHub Actions: improve naming and location of files

Just to make things a little more consistent.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-10-18 09:25:14 -07:00
parent 2f1997fb3a
commit 6b334ac7d9
4 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: run build - name: run build
run: | run: |
cd .. cd ..
bash -x subsurface/.github/workflows/in-container-build.sh bash -x subsurface/.github/workflows/scripts/linux-in-container-build.sh
- name: create CI release - name: create CI release
uses: ./.github/actions/release uses: ./.github/actions/release

View file

@ -30,7 +30,7 @@ jobs:
- name: run build - name: run build
run: | run: |
cd /win cd /win
bash -x subsurface/.github/workflows/windows-in-container-build.sh 2>&1 | tee build.log bash -x subsurface/.github/workflows/scripts/windows-in-container-build.sh 2>&1 | tee build.log
grep "Built target installer" build.log grep "Built target installer" build.log
- name: create CI release - name: create CI release