mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 20:19:41 +00:00
use new github "inputs" context, where booleans are supposed to actually be booleans
see https://github.com/actions/runner/issues/1483 see https://docs.github.com/en/actions/learn-github-actions/contexts#inputs-context [ci skip]
This commit is contained in:
parent
bce9833929
commit
15781b685d
2
.github/workflows/debian.yml
vendored
2
.github/workflows/debian.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
||||
cryptomator_*_amd64.deb
|
||||
cryptomator_*.asc
|
||||
- name: Publish on PPA
|
||||
if: startsWith(github.ref, 'refs/tags/') || github.event.inputs.dput == 'true'
|
||||
if: startsWith(github.ref, 'refs/tags/') || inputs.dput
|
||||
run: dput ppa:sebastian-stenzel/cryptomator-beta cryptomator_*_source.changes
|
||||
- name: Publish Debian package on GitHub Releases
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
Loading…
Reference in New Issue
Block a user