Skip to content

Commit 1e861a7

Browse files
fix: exe artifact
1 parent 34aef01 commit 1e861a7

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,11 @@ jobs:
3333
- name: Build Local Runner
3434
run: dotnet build LocalRunner -c Release
3535

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-
4236
- name: Upload executable as artifact
4337
uses: actions/upload-artifact@v4
4438
with:
4539
name: exe-file
46-
path: dist/LocalRunner
40+
path: LocalRunner/bin/Release/net8.0/LocalRunner
4741

4842
build-wasm:
4943
name: Build (WASM)

0 commit comments

Comments
 (0)