Skip to content

Commit

Permalink
updating ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Dec 21, 2023
1 parent 4517605 commit c4043ea
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/create_dbc_and_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
echo "::set-output name=upload_url::$upload_url"
# Step to upload hytech.dbc and hytech.proto
- name: Upload files
run: |
curl -X POST \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Content-Type: application/octet-stream" \
--data-binary @hytech.dbc \
"$UPLOAD_URL?name=hytech.dbc"
- name: Upload files
run: |
curl -X POST \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Content-Type: application/octet-stream" \
--data-binary @hytech.dbc \
"$UPLOAD_URL?name=hytech.dbc"
curl -X POST \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Content-Type: application/octet-stream" \
--data-binary @hytech.proto \
"$UPLOAD_URL?name=hytech.proto"
curl -X POST \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Content-Type: application/octet-stream" \
--data-binary @hytech.proto \
"$UPLOAD_URL?name=hytech.proto"

0 comments on commit c4043ea

Please sign in to comment.