Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Feb 5, 2024
1 parent 826265c commit 951375c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dbcfile

path: /dbc
- name: generate code
run: |
mkdir -p /out
cd /app
./build/coderdbc -rw -dbc hytech.dbc -out /out -drvname hytech
cat hytech.dbc
./build/coderdbc -rw -dbc /dbc/hytech.dbc -out /out -drvname hytech
# # - name: Create Release
Expand Down

0 comments on commit 951375c

Please sign in to comment.