Skip to content

Bump dawidd6/action-debian-package from 2 to 5 #146

Bump dawidd6/action-debian-package from 2 to 5

Bump dawidd6/action-debian-package from 2 to 5 #146

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [ created ]
jobs:
build:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- name: Build Debian package
uses: dawidd6/action-debian-package@v5
- name: github-action-publish-binaries
uses: skx/github-action-publish-binaries@release-2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: '*.deb'