Skip to content

Commit

Permalink
github: changed the working directory from OpenDDS to opendss-VERSION
Browse files Browse the repository at this point in the history
To fix the warning:
dpkg-source: warning: source directory 'OpenDDS' is not <sourcepackage>-<upstreamversion> 'opendds-3.30'

Signed-off-by: Jan Vermaete <[email protected]>
  • Loading branch information
vermaete committed Oct 26, 2024
1 parent 631761b commit e9f11d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'OpenDDS/OpenDDS'
path: OpenDDS
path: opendds-3.30
ref: 'DDS-3.30'

- name: Copy debian Directory
run: cp -r OpenDDS-Debian/debian OpenDDS/debian
run: cp -r OpenDDS-Debian/debian opendds-3.30/debian

- name: Build Package
run: |
cd OpenDDS
cd opendds-3.30
dpkg-buildpackage -us -uc
cd ..
cp opendds_*.deb opendds.deb
- name: Commit New Deb
run: |
cd OpenDDS
cd opendds-3.30
SHA=$(git rev-parse --short HEAD)
cd ../OpenDDS-Debian
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
Expand Down

0 comments on commit e9f11d6

Please sign in to comment.