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 34aef01 commit 1e861a7Copy full SHA for 1e861a7
1 file changed
.github/workflows/build.yml
@@ -33,17 +33,11 @@ jobs:
33
- name: Build Local Runner
34
run: dotnet build LocalRunner -c Release
35
36
- - name: Copy Local Runner
37
- run: |
38
- mkdir -p dist
39
- ls ./LocalRunner/bin/release/
40
- cp ./LocalRunner/bin/release/.net8.0/LocalRunner ./dist/LocalRunner
41
-
42
- name: Upload executable as artifact
43
uses: actions/upload-artifact@v4
44
with:
45
name: exe-file
46
- path: dist/LocalRunner
+ path: LocalRunner/bin/Release/net8.0/LocalRunner
47
48
build-wasm:
49
name: Build (WASM)
0 commit comments