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 db8e318 commit a7fe2e9
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 @@ -47,7 +47,7 @@ jobs:
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
tar -cvf ${{ github.workspace }}/out/can_lib.tar /out
- name: Create Release
id: create_release
Expand All @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/out/can_lib.zip
asset_name: can_lib.zip
asset_path: ${{ github.workspace }}/out/can_lib.tar
asset_name: can_lib
asset_content_type: application/zip

0 comments on commit a7fe2e9

Please sign in to comment.