Skip to content

Commit

Permalink
Upload Deb
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Jan 7, 2020
1 parent 59899db commit c9c8dae
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:
run: |
cd OpenDDS
dpkg-buildpackage -us -uc
cd ..
cp opendds_*.deb opendds.deb
- name: github-action-publish-binaries
uses: skx/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Results
- uses: actions/upload-artifact@v1
with:
args:
OpenDDS/opendds_*.deb
path: 'opendds*'

0 comments on commit c9c8dae

Please sign in to comment.