Skip to content

Commit c780335

Browse files
authored
Merge pull request #305 from ma10/debug-release-wf-20250526_3
Some more fix for github_workspace.
2 parents 248c465 + 4a1182f commit c780335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ jobs:
242242
env:
243243
GITHUB_WORKSPACE: ${{ github.workspace }}
244244
run: |
245-
mkdir -p ${{ GITHUB_WORKSPACE }}/_site_final
246-
for DIR in ${{ GITHUB_WORKSPACE }}/_site_temp/*; do
245+
mkdir -p ${GITHUB_WORKSPACE}/_site_final
246+
for DIR in ${GITHUB_WORKSPACE}/_site_temp/*; do
247247
if [ -d "$DIR" ]; then
248248
if [ "$(basename "$DIR")" == "root" ]; then
249249
cp -r "$DIR"/* ${{ GITHUB_WORKSPACE }}/_site_final/

0 commit comments

Comments
 (0)