Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheridan committed Jul 25, 2024
1 parent 8c106bb commit 281e699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
libpaho-mqttpp-dev \
libboost-all-dev \
libjsoncpp-dev \
dpkg-dev
dpkg-dev \
debhelper
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=package
cd package && dpkg-deb --build . ../homed_exporter_${{ github.sha }}_${{ matrix.arch }}.deb
cpack -G DEB
"
- name: Upload Debian package
uses: actions/upload-artifact@v2
with:
name: homed_exporter_${{ github.sha }}_${{ matrix.arch }}.deb
path: homed_exporter_${{ github.sha }}_${{ matrix.arch }}.deb
path: build/*.deb

0 comments on commit 281e699

Please sign in to comment.