Skip to content

Test with deb package #1

Test with deb package

Test with deb package #1

Workflow file for this run

name: Create the DEB
permissions:
contents: write
on:
on:
push:
paths:
- "mrmShared/linux/**"
pull_request:
paths:
- "mrmShared/linux/**"
workflow_dispatch:
jobs:
Create_Packages:
name: Create Package
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
path: "REPO"
- name: Build pakckage
run: |

Check failure on line 27 in .github/workflows/debpackage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/debpackage.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
cd mrmShared/linux
dpkg-buildpackage
- name: Release the Package
uses: softprops/action-gh-release@v1
with:
files: mrf-dkms_3-0_all.deb