mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-21 01:56:55 -04:00
remove debug options
[ci skip]
This commit is contained in:
7
.github/workflows/debian.yml
vendored
7
.github/workflows/debian.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user