mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
2f1997fb3a
commit
6b334ac7d9
4 changed files with 2 additions and 2 deletions
2
.github/workflows/linux-trusty-5.12.yml
vendored
2
.github/workflows/linux-trusty-5.12.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: run build
|
||||
run: |
|
||||
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
|
||||
uses: ./.github/actions/release
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: run build
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: create CI release
|
||||
|
|
Loading…
Reference in a new issue