Skip to content

Commit

Permalink
ci: Make sure the linux artifact is packaged (PLC-lang#978)
Browse files Browse the repository at this point in the history
* 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: PLC-lang#971

* Make sure the linux binary is packaged

* Remove some examples
  • Loading branch information
ghaith authored Sep 28, 2023
1 parent d331f37 commit d29c8d2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: rustyc
path: target/release/rustyc
name: plc
path: target/release/plc

- uses: actions/upload-artifact@master
with:
Expand Down
Binary file removed examples/prog/build/ProjectName.out
Binary file not shown.
3 changes: 0 additions & 3 deletions examples/prog/main.st

This file was deleted.

9 changes: 0 additions & 9 deletions examples/prog/plc.json

This file was deleted.

Binary file removed examples/program_with_expressions
Binary file not shown.

0 comments on commit d29c8d2

Please sign in to comment.