浏览代码

simplify dput using globs

Sebastian Stenzel 3 年之前
父节点
当前提交
962b4f28af
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      .github/workflows/release.yml

+ 1 - 3
.github/workflows/release.yml

@@ -277,9 +277,7 @@ jobs:
           name: linux-deb-package
           path: .
       - name: dput to beta repo
-        run: dput ppa:sebastian-stenzel/cryptomator-beta cryptomator_${PPA_VERSION}_source.changes
-        env:
-          PPA_VERSION: ${{ needs.metadata.outputs.ppaVerStr }}-0ppa1
+        run: dput ppa:sebastian-stenzel/cryptomator-beta cryptomator_*_source.changes
 
 #
 # Linux Cryptomator.AppImage