diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 327ac0a..6a8f0ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,4 +144,4 @@ jobs: - name: Publish snap if: startsWith(github.ref, 'refs/tags/') - run: snapcraft upload ./taskwarrior-tui*.snap --release edge + run: snapcraft upload ./taskwarrior-tui_*.snap --release edge