mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-06 11:35:46 +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
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
AW_WEBUI_DIR: ./aw-webui/dist
|
||||
AW_WEBUI_DIR: ${{ github.workspace }}/aw-webui/dist
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
|
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
clippy:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
AW_WEBUI_DIR: ./src/bundle
|
||||
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo apt-get install -y libdbus-1-dev
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
AW_WEBUI_DIR: ./src/bundle
|
||||
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo apt-get install -y libdbus-1-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user