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 3827e08 commit db8e318
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
mkdir -p /out
cd /app
./build/coderdbc -rw -dbc /dbc/hytech.dbc -out /out -drvname hytech
mkdir -p ${{ github.workspace }}/out/
zip -r ${{ github.workspace }}/out/can_lib.zip /out
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -63,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: /out
asset_path: ${{ github.workspace }}/out/can_lib.zip
asset_name: can_lib.zip
asset_content_type: application/zip

0 comments on commit db8e318

Please sign in to comment.