We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfd26a commit d4863d5Copy full SHA for d4863d5
.github/workflows/publish.yml
@@ -134,10 +134,10 @@ jobs:
134
- name: Build WIT package
135
if: steps.skip_check.outputs.skip != 'true'
136
shell: bash
137
- working-directory: proposals/${{ matrix.proposal.name }}/${{ needs.setup.outputs.wit_dir }}
+ working-directory: proposals/${{ matrix.proposal.name }}
138
run: |
139
echo "Building from: $(pwd)"
140
- wkg wit build -o "$GITHUB_WORKSPACE/wasi-${{ matrix.proposal.name }}.wasm"
+ wkg wit build -o "$GITHUB_WORKSPACE/wasi-${{ matrix.proposal.name }}.wasm" --wit-dir "${{ needs.setup.outputs.wit_dir }}"
141
142
- name: Publish to GitHub Container Registry
143
0 commit comments