CI: Save debian build result

This commit is contained in:
WarmUpTill 2022-01-24 21:16:30 +01:00 committed by WarmUpTill
parent abd6fd6b7e
commit 9eb7f58525

View File

@ -46,3 +46,10 @@ jobs:
- name: build
run: |
debuild --no-lintian --no-sign
mv ../*.deb .
- name: Publish
if: success()
uses: actions/upload-artifact@v2.2.1
with:
name: "obs-scene-switcher.deb"
path: ${{ github.workspace }}/*.deb