diff --git a/.github/workflows/create_dbc_and_proto.yml b/.github/workflows/create_dbc_and_proto.yml index 3706da8..20cb111 100644 --- a/.github/workflows/create_dbc_and_proto.yml +++ b/.github/workflows/create_dbc_and_proto.yml @@ -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 \ No newline at end of file + run: ht_dbc_proto_creator.py + + - name: upload DBC file artifact + uses: actions/upload-artifact@v2 + with: + name: dbc-artifact + path: hytech.dbc