Skip to content

chore: fix action-debian-package version in release. #2

chore: fix action-debian-package version in release.

chore: fix action-debian-package version in release. #2

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
build_amd64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Debian package (AMD64)
uses: dawidd6/[email protected]
with:
os_distribution: bookworm
cpu_architecture: amd64
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/*.deb