Skip to content

Commit d29c8d2

Browse files
authored
ci: Make sure the linux artifact is packaged (#978)
* fix: Make sure the plc json path is relative When building a project from a given json file, make sure the json file is absolute. Refs: #971 * Make sure the linux binary is packaged * Remove some examples
1 parent d331f37 commit d29c8d2

File tree

5 files changed

+2
-14
lines changed

5 files changed

+2
-14
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
5353
- uses: actions/upload-artifact@master
5454
with:
55-
name: rustyc
56-
path: target/release/rustyc
55+
name: plc
56+
path: target/release/plc
5757

5858
- uses: actions/upload-artifact@master
5959
with:

examples/prog/build/ProjectName.out

-15.5 KB
Binary file not shown.

examples/prog/main.st

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/prog/plc.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/program_with_expressions

-1000 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)