-
-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: 🐝 File not found v4/lib/main.js
#1697
Comments
same issue on my side |
Same |
Until this issue is fixed: |
Same issue here. Using similar to the solution above, but pinning to the commit hash to revert to previous version:
|
Same issue on my side and tomorrow am doing a presentation demo on "Exploring Nuxt Studio" 🥹 |
Same issue here. |
Same issue as well. |
same issue |
For now i've fixed this by changing the version to 4.6.4 manually in the workflow file instead of v4. |
Also seeing this issue occur. Thank you for any fixes and for the work in general on this project! |
I'm also getting this error: https://github.com/remarkablegames/haunted-heir/actions/runs/11079361676/job/30788302147 |
The new version of the publishing action leads to the following error: NOWRAP ``` Error: File not found: '/home/runner/work/_actions/JamesIves/github-pages-deploy-action/v4.6.6/lib/main.js' ``` NOWRAP Let's revert it to v4.6.4 (because v4.6.5 change was reverted in v4.6.6). See also JamesIves/github-pages-deploy-action#1697 NO_DOC=no code changes NO_CHANGELOG=see NO_DOC NO_TEST=see NO_DOC
The new version of the publishing action leads to the following error: NOWRAP ``` Error: File not found: '/home/runner/work/_actions/JamesIves/github-pages-deploy-action/v4.6.6/lib/main.js' ``` NOWRAP Let's revert it to v4.6.4 (because v4.6.5 change was reverted in v4.6.6). See also JamesIves/github-pages-deploy-action#1697 NO_DOC=no code changes NO_CHANGELOG=see NO_DOC NO_TEST=see NO_DOC
Temporary fix for bug in v4: JamesIves/github-pages-deploy-action#1697
JamesIves/github-pages-deploy-action#1697 Until this issue is fixed: Change uses: JamesIves/github-pages-deploy-action@v4 to uses: JamesIves/github-pages-deploy-action@v4.6.4 Confirmed working on my end.
same issue! it works out! |
Same issue. Any update on this? |
v4 -> v4.6.4 |
same issue |
This issue has now been resolved as of v4.6.7, apologies about that. I'm going to make some adjustments to the integration tests so this doesn't go missed during the release cycle. The |
The new version of the publishing action leads to the following error: NOWRAP ``` Error: File not found: '/home/runner/work/_actions/JamesIves/github-pages-deploy-action/v4.6.6/lib/main.js' ``` NOWRAP Let's revert it to v4.6.4 (because v4.6.5 change was reverted in v4.6.6). See also JamesIves/github-pages-deploy-action#1697 NO_DOC=no code changes NO_CHANGELOG=see NO_DOC NO_TEST=see NO_DOC (cherry picked from commit 7cf41a1)
The new version of the publishing action leads to the following error: NOWRAP ``` Error: File not found: '/home/runner/work/_actions/JamesIves/github-pages-deploy-action/v4.6.6/lib/main.js' ``` NOWRAP Let's revert it to v4.6.4 (because v4.6.5 change was reverted in v4.6.6). See also JamesIves/github-pages-deploy-action#1697 NO_DOC=no code changes NO_CHANGELOG=see NO_DOC NO_TEST=see NO_DOC (cherry picked from commit 7cf41a1)
The new version of the publishing action leads to the following error: NOWRAP ``` Error: File not found: '/home/runner/work/_actions/JamesIves/github-pages-deploy-action/v4.6.6/lib/main.js' ``` NOWRAP Let's revert it to v4.6.4 (because v4.6.5 change was reverted in v4.6.6). See also JamesIves/github-pages-deploy-action#1697 NO_DOC=no code changes NO_CHANGELOG=see NO_DOC NO_TEST=see NO_DOC (cherry picked from commit 7cf41a1)
The new version of the publishing action leads to the following error: NOWRAP ``` Error: File not found: '/home/runner/work/_actions/JamesIves/github-pages-deploy-action/v4.6.6/lib/main.js' ``` NOWRAP Let's revert it to v4.6.4 (because v4.6.5 change was reverted in v4.6.6). See also JamesIves/github-pages-deploy-action#1697 NO_DOC=no code changes NO_CHANGELOG=see NO_DOC NO_TEST=see NO_DOC (cherry picked from commit 7cf41a1)
Describe the bug
Currently getting this error when the deploy step is reached:
Reproduction Steps
Logs
Workflow
The text was updated successfully, but these errors were encountered: