Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo authored Jan 7, 2020
1 parent 9f93393 commit 59899db
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
DEBEMAIL: "[email protected]"

steps:
- name: Install Ubuntu Packages
run: sudo apt-get install debhelper

- name: Checkout OpenDDS-Debian
uses: actions/checkout@v2
with:
Expand All @@ -35,10 +38,10 @@ jobs:
cd OpenDDS
dpkg-buildpackage -us -uc
# - name: github-action-publish-binaries
# uses: skx/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# args:
# OpenDDS/opendds_*.deb
- name: github-action-publish-binaries
uses: skx/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args:
OpenDDS/opendds_*.deb

0 comments on commit 59899db

Please sign in to comment.