Skip to content

Commit 98ff982

Browse files
authored
Move touch command to correct place
1 parent 3cbc288 commit 98ff982

File tree

1 file changed

+3
-2
lines changed
  • .github/actions/Miscellaneous/Save_PR_Info

1 file changed

+3
-2
lines changed

.github/actions/Miscellaneous/Save_PR_Info/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
# which could be quite often for new releases
2424
export LLVM_HASH=$(git ls-remote https://github.com/llvm/llvm-project.git refs/heads/release/${{ matrix.clang-runtime}}.x | tr '\t' '-')
2525
fi
26-
26+
touch patches/llvm/clang${{ matrix.clang-runtime}}-empty.patch
2727
echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV
2828
echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV
2929
@@ -49,10 +49,11 @@ runs:
4949
$env:LLVM_HASH_TEMP = (git ls-remote https://github.com/llvm/llvm-project.git refs/heads/release/${{ matrix.clang-runtime}}.x )
5050
$env:LLVM_HASH = $env:LLVM_HASH_TEMP -replace "\t","-"
5151
}
52-
touch patches/llvm/clang${{ matrix.clang-runtime}}-empty.patch
52+
5353
echo "CLING_HASH=$env:CLING_HASH"
5454
echo "LLVM_HASH=$env:LLVM_HASH"
5555
5656
echo "CLING_HASH=$env:CLING_HASH" >> $GITHUB_ENV
5757
echo "LLVM_HASH=$env:LLVM_HASH" >> $GITHUB_ENV
5858
59+

0 commit comments

Comments
 (0)