fix indentation problem
This commit is contained in:
@@ -36,12 +36,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release
|
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release
|
||||||
|
|
||||||
- name: Copy script files around to stop .github from being added to the package then build the package
|
- name: Copy script files around to stop .github from being added to the package then build the package
|
||||||
run: |
|
run: |
|
||||||
mkdir PKG_SOURCE
|
mkdir PKG_SOURCE
|
||||||
mkdir PKG_SOURCE/DEBIAN
|
mkdir PKG_SOURCE/DEBIAN
|
||||||
cp ./tools/distro/debian/dpkg/control ./PKG_SOURCE/DEBIAN/control
|
cp ./tools/distro/debian/dpkg/control ./PKG_SOURCE/DEBIAN/control
|
||||||
dpkg-deb --build PKG_SOURCE monocoque.deb
|
dpkg-deb --build PKG_SOURCE monocoque.deb
|
||||||
|
|
||||||
- name: Release the Package
|
- name: Release the Package
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user