mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-06 19:45:30 +00:00
Use absolute path for webui dir in GHA
This commit is contained in:
parent
a63f02ec9c
commit
6d8568c5b8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
# 22.04 is the earliest version with OpenSSL 3
|
# 22.04 is the earliest version with OpenSSL 3
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
AW_WEBUI_DIR: ./aw-webui/dist
|
AW_WEBUI_DIR: ${{ github.workspace }}/aw-webui/dist
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
|
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
clippy:
|
clippy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
AW_WEBUI_DIR: ./src/bundle
|
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: sudo apt-get install -y libdbus-1-dev
|
- run: sudo apt-get install -y libdbus-1-dev
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
AW_WEBUI_DIR: ./src/bundle
|
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: sudo apt-get install -y libdbus-1-dev
|
- run: sudo apt-get install -y libdbus-1-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user