Skip to content

fix: version error

fix: version error #27

Workflow file for this run

name: Build DEB Package
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build DEB package
run: |
chmod -R 775 rockpi-penta/DEBIAN/
dpkg-deb --build -Z gzip rockpi-penta
- name: Upload DEB package
uses: actions/upload-artifact@v4
with:
name: rockpi-penta.deb
path: rockpi-penta.deb