z
This commit is contained in:
parent
9407e6bb04
commit
917f90defa
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -23,9 +23,8 @@ jobs:
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
working-directory: editor
|
|
||||||
with:
|
with:
|
||||||
name: editor.exe
|
name: editor.exe
|
||||||
path: target/release/editor.exe
|
path: editor/target/release/editor.exe
|
||||||
|
|
||||||
# vim: set ts=2 tw=2 sw=2 et :
|
# vim: set ts=2 tw=2 sw=2 et :
|
||||||
|
|
Loading…
Reference in a new issue