Skip to content

Commit

Permalink
working on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Dec 20, 2023
1 parent 2e2e418 commit 0a7056d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/create_dbc_and_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ jobs:
repository: RCMast3r/data_acq
ref: refs/heads/master
- run: nix develop .#ci --override-input nixpkgs github:NixOS/nixpkgs/release-${{ matrix.version}}
- run: ht_dbc_proto_creator.py
run: ht_dbc_proto_creator.py

- name: upload DBC file artifact
uses: actions/upload-artifact@v2
with:
name: dbc-artifact
path: hytech.dbc

0 comments on commit 0a7056d

Please sign in to comment.