Skip to content

Commit

Permalink
Ensure wasm dev artifact uploads even on cache hit (#32248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 7, 2021
1 parent 6274733 commit 836334e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -1355,7 +1355,7 @@ jobs:
run: mv packages/next-swc/crates/wasm/pkg packages/next-swc/crates/wasm/pkg-nodejs

- name: Upload artifact
if: ${{needs.build.outputs.docsChange != 'docs only change' && steps.binary-cache.outputs.cache-hit != 'true'}}
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
uses: actions/upload-artifact@v2
with:
name: wasm-dev-binary
Expand Down

0 comments on commit 836334e

Please sign in to comment.