Skip to content

Commit

Permalink
Fix CI issue to upload debians in release
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmassy committed Jan 15, 2024
1 parent 9af8e26 commit 5411944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/upload-debians.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: |
mv psdk_ros2/debian/create_debians.sh .
sudo ./create_debians.sh
ls .
echo "INTERFACES_DEB=$(find *interfaces*.deb)" >> $GITHUB_ENV
echo "WRAPPER_DEB=$(find *wrapper*.deb)" >> $GITHUB_ENV
- uses: d1ceward/draft-assets-release-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions debian/create_debians.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,4 @@ for PACKAGE in ${PACKAGE_LIST[@]}; do

done

echo "INTERFACES_DEB=$(find *interfaces*.deb)" >> $GITHUB_OUTPUT
echo "WRAPPER_DEB=$(find *wrapper*.deb)" >> $GITHUB_OUTPUT

echo "Complete!"

0 comments on commit 5411944

Please sign in to comment.