You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use absolute workspace path for VS Code binary downloads
The download-artifact action doesn't respect working-directory,
so we need to use ${{ github.workspace }} to specify absolute paths.
Added debug output to help troubleshoot any remaining issues.
0 commit comments