remove debug options

[ci skip]
This commit is contained in:
Sebastian Stenzel
2022-03-18 12:02:41 +01:00
parent 184b7799ea
commit f43b033ac1

View File

@@ -1,7 +1,6 @@
name: Build Debian Package
on:
push: # TODO remove before merging into develop
release:
types: [published]
workflow_dispatch:
@@ -100,9 +99,9 @@ jobs:
cryptomator_*_amd64.deb
cryptomator_*.asc
- name: Run dput to beta repo
# if: startsWith(github.ref, 'refs/tags/')
run: dput --check-only ppa:sebastian-stenzel/cryptomator-beta cryptomator_*_source.changes
- name: Publish AppImage on GitHub Releases
if: startsWith(github.ref, 'refs/tags/')
run: dput ppa:sebastian-stenzel/cryptomator-beta cryptomator_*_source.changes
- name: Publish Debian package on GitHub Releases
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with: