fix not-uploading artifacts on release

This commit is contained in:
Armin Schrenk
2024-02-21 22:04:35 +01:00
parent b8cd1caeac
commit dbc0f52481
4 changed files with 6 additions and 7 deletions
-1
View File
@@ -142,7 +142,6 @@ jobs:
- name: Publish on PPA
if: inputs.dput
run: dput ppa:sebastian-stenzel/cryptomator-beta cryptomator_*_source.changes
# If ref is a tag, also upload to GitHub Releases:
- name: Publish Debian package on GitHub Releases
if: startsWith(github.ref, 'refs/tags/') && inputs.dput