diff --git a/.github/workflows/build-debian-package.yml b/.github/workflows/build-debian-package.yml index f110389..92652a3 100644 --- a/.github/workflows/build-debian-package.yml +++ b/.github/workflows/build-debian-package.yml @@ -12,5 +12,13 @@ jobs: with: name: pkg path: debian/artifacts/*.deb - - name: Display structure of downloaded files - run: ls -R + # - name: Download artifact + # uses: actions/download-artifact@v3 + # with: + # name: pkg + # path: ./artifacts + - name: Create GitHub Release + id: create_release + uses: softprops/action-gh-release@v2 + with: + files: debian/artifacts/*.deb