Skip to content

Extracting debian files and uploading artificat #7

Extracting debian files and uploading artificat

Extracting debian files and uploading artificat #7

Workflow file for this run

# https://github.com/ros-tooling/setup-ros
name: Debian Builder # On Linux, iterates on all ROS 1 and ROS 2 distributions.
on: [push,workflow_dispatch]
jobs:
test_docker: # On Linux, iterates on all ROS 1 and ROS 2 distributions.
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build image
run: |
cd .devel
chmod +x build_container.sh && ./build_container.sh
- name: Extract debian files
run: |
cd .devel
chmod +x build_container.sh && ./extract_debian_from_container.sh
- uses: actions/upload-artifact@v4
with:
name: release
path: .devel/upload/