瀏覽代碼

remove debug options

[ci skip]
Sebastian Stenzel 3 年之前
父節點
當前提交
f43b033ac1
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      .github/workflows/debian.yml

+ 3 - 4
.github/workflows/debian.yml

@@ -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: