From 951375cd6b3905535874bfe2c7db7f06dec4b014 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Mon, 5 Feb 2024 13:09:15 -0500 Subject: [PATCH] testing --- .github/workflows/release_lib.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_lib.yml b/.github/workflows/release_lib.yml index 2e645b0..792d946 100644 --- a/.github/workflows/release_lib.yml +++ b/.github/workflows/release_lib.yml @@ -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