Skip to content

Commit

Permalink
add release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eyr1n committed Nov 12, 2023
1 parent da38bbb commit 0c85017
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 105 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/linux_ROS2.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release .deb

on: push

jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v3

- id: build
uses: tutrobo/ros2-deb-build@master

- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ steps.build.outputs.archives }}/*.deb
43 changes: 0 additions & 43 deletions .github/workflows/windows_ROS2.yaml

This file was deleted.

0 comments on commit 0c85017

Please sign in to comment.