Skip to content

Commit

Permalink
Fix cache built files step (vercel#46075)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Feb 18, 2023
1 parent 4487abd commit 061a647
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,9 @@ jobs:
turbo run build-native --cache-dir=".turbo" -- --target x86_64-unknown-linux-gnu &&
strip packages/next-swc/native/next-swc.*.node
- run: sudo chown -R $USER:$GROUP ./packages/next-swc/target
if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }}

- name: Upload artifact
uses: actions/upload-artifact@v3
if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull_request_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
turbo run build-native --cache-dir=".turbo" -- --target x86_64-unknown-linux-gnu &&
strip packages/next-swc/native/next-swc.*.node
- run: sudo chown -R $USER:$GROUP ./packages/next-swc/target
if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }}

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 061a647

Please sign in to comment.