Skip to content

Commit 45cc051

Browse files
author
Roman
committed
${{ github.workspace }}
1 parent 9746aa7 commit 45cc051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-localnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ jobs:
122122
uses: actions/download-artifact@v4
123123
with:
124124
name: artifacts-fast-runtime
125-
path: .
125+
path: ${{ github.workspace }}
126126

127127
- name: Download non-fast-runtime artifacts
128128
uses: actions/download-artifact@v4
129129
with:
130130
name: artifacts-non-fast-runtime
131-
path: .
131+
path: ${{ github.workspace }}
132132

133133
- name: Print downloaded artifact tree
134134
run: find build/

0 commit comments

Comments
 (0)