diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-10-18 09:25:14 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-18 20:46:01 -0700 |
commit | 6b334ac7d972fedfb8ccb1287e5d661e321325cb (patch) | |
tree | 4df94fd51a00f0566b33a537ad2c177cf1619ee0 /.github/workflows/windows.yml | |
parent | 2f1997fb3ab1469979b37b883933bd412904ff60 (diff) | |
download | subsurface-6b334ac7d972fedfb8ccb1287e5d661e321325cb.tar.gz |
GitHub Actions: improve naming and location of files
Just to make things a little more consistent.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index dd102425f..b94179cc6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 |