Skip to content

Commit

Permalink
Update deb_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cc0h authored Oct 5, 2023
1 parent 3fe1ca6 commit 605892b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deb_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,22 @@ jobs:
with:
ros_distro: noetic
timestamp: true
- name: Upload deb package artifact
if: ${{ github.repository == 'rm-controls/rm_control' }}
uses: actions/upload-artifact@v2
with:
name: deb-package
path: ${{ steps.build-deb.outputs.deb-path }}

deploy:
needs: build
runs-on: ubuntu-20.04
steps:
- name: Download deb package artifact
if: ${{ github.repository == 'rm-controls/rm_control' }}
uses: actions/download-artifact@v2
with:
name: deb-package
- name: Upload deb package to source
# if: ${{ github.repository == 'rm-controls/rm_control' }}
uses: appleboy/scp-action@master
Expand Down

0 comments on commit 605892b

Please sign in to comment.