mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-25 02:28:31 -05:00
CI: Save debian build result
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user