diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index 5c035c9d..1e459e22 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -42,10 +42,10 @@ jobs: run: | npx todesktop build - - name: 📦 Release Desktop App - if: startsWith(github.ref, 'refs/tags/') - run: | - npx todesktop release --latest --force + # - name: 📦 Release Desktop App + # if: startsWith(github.ref, 'refs/tags/') + # run: | + # npx todesktop release --latest --force - name: ⤵️ Get Desktop Apps if: startsWith(github.ref, 'refs/tags/')