From 72e25c9e8efa9611f533b47955d0a820b84e490a Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Mon, 24 Jun 2024 15:38:37 -0700 Subject: [PATCH] Where is my deb?? --- .github/workflows/debian.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index cc4b922..fa478a5 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -33,6 +33,9 @@ jobs: name: artifact-deb path: ./*.deb + - name: Create Debian Package + run: ls -alR + - name: Create GitHub Release id: create_release uses: actions/create-release@master