mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
CI: Save debian build result
This commit is contained in:
parent
abd6fd6b7e
commit
9eb7f58525
7
.github/workflows/build-debian.yml
vendored
7
.github/workflows/build-debian.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user