Skip to content

add: debian packaging using goreleaser #4

add: debian packaging using goreleaser

add: debian packaging using goreleaser #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: stable
# - name: Configure dbus
# run: sudo cp ./config/dbus/com.telekom_mms.oc_daemon.Daemon.conf /etc/dbus-1/system.d/ && sudo systemctl reload dbus
- name: Test and Build
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: build --snapshot --clean
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json