Skip to content

Commit b051ba9

Browse files
Include client dierctory in CI builds
1 parent c1adc31 commit b051ba9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
uses: actions/[email protected]
2121
with:
2222
name: OpenFusionMap-linux
23-
path: target/release/openfusionmap
23+
path: |
24+
target/release/openfusionmap
25+
client/
2426
if-no-files-found: error
2527
build-windows:
2628
runs-on: windows-latest
@@ -35,5 +37,6 @@ jobs:
3537
path: |
3638
target/release/openfusionmap.exe
3739
target/release/openfusionmap.pdb
40+
client/
3841
if-no-files-found: error
3942

0 commit comments

Comments
 (0)