We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
devx-container
1 parent aab6458 commit 5a57830Copy full SHA for 5a57830
Dockerfile
@@ -52,7 +52,7 @@ if [ -n "\$PROJECT_DIR" ]; then
52
echo "Attempting to download HLS cache from GitHub Artifact (cache-\$COMMIT_HASH-$COMPILER_NIX_NAME) for faster first launch ..."
53
gh run download -D .download -n "cache-\$COMMIT_HASH-$COMPILER_NIX_NAME"
54
if [ -n .download ]; then
55
- rsync -a .download/dist-newstyle .
+ rsync -a .download/ dist-newstyle/
56
rm -r .download
57
fi
58
else
0 commit comments