We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1adc31 commit b051ba9Copy full SHA for b051ba9
.github/workflows/rust.yml
@@ -20,7 +20,9 @@ jobs:
20
uses: actions/[email protected]
21
with:
22
name: OpenFusionMap-linux
23
- path: target/release/openfusionmap
+ path: |
24
+ target/release/openfusionmap
25
+ client/
26
if-no-files-found: error
27
build-windows:
28
runs-on: windows-latest
@@ -35,5 +37,6 @@ jobs:
35
37
path: |
36
38
target/release/openfusionmap.exe
39
target/release/openfusionmap.pdb
40
41
42
0 commit comments