Skip to content

Commit 5a57830

Browse files
authored
Fix GHA cache usage in devx-container ... (#151)
1 parent aab6458 commit 5a57830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ -n "\$PROJECT_DIR" ]; then
5252
echo "Attempting to download HLS cache from GitHub Artifact (cache-\$COMMIT_HASH-$COMPILER_NIX_NAME) for faster first launch ..."
5353
gh run download -D .download -n "cache-\$COMMIT_HASH-$COMPILER_NIX_NAME"
5454
if [ -n .download ]; then
55-
rsync -a .download/dist-newstyle .
55+
rsync -a .download/ dist-newstyle/
5656
rm -r .download
5757
fi
5858
else

0 commit comments

Comments
 (0)