diff --git a/.github/workflows/release.client.yml b/.github/workflows/release.client.yml index 41a3376..5bcb24f 100644 --- a/.github/workflows/release.client.yml +++ b/.github/workflows/release.client.yml @@ -34,6 +34,9 @@ jobs: - name: build for firefox run: npm run zip:firefox + - name: List files + run: ls -R client/.output + # Create a release create_release: needs: build_client