We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951e8f8 commit 7d92fa6Copy full SHA for 7d92fa6
1 file changed
.github/workflows/modules.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Fetch versions
30
id: deps
31
run: |
32
- bazel build //:modules
+ bazel build //wasm/http-hello-world:module
33
34
publish:
35
if: github.event_name == 'release'
0 commit comments