diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5bfb907..2c70c1a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,7 +238,9 @@ jobs: path: typescript-client - name: Bundle typescript client 📦 - run: tar -czf release/spellbook-client-typescript.tar.gz typescript-client/spellbook_client + run: | + mkdir -p typescript-client/spellbook_client + tar -czf release/spellbook-client-typescript.tar.gz typescript-client/spellbook_client/ - name: Release 📧 uses: EasyDesk/action-semver-release@v1