Skip to content

Commit b9dadde

Browse files
authored
fix
1 parent 583b6bd commit b9dadde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build-Kernel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: "✔️ Pre-build checks"
3434
id: prebuild-checks
3535
run: |
36-
body="~/body.txt"
37-
jsonFile="~/kernels.json"
36+
body="/home/runner/body.txt"
37+
jsonFile="/home/runner/kernels.json"
3838
WSL_DATE="$( wget -qO- https://api.github.com/repos/microsoft/WSL2-Linux-Kernel/commits | jq '.[1].commit.committer.date' -r )"
3939
LAST_DATE="$( wget -qO- https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest | jq .published_at -r )" || LAST_DATE="2000.01.01T00:00:00Z"
4040
echo "The last WSL2 Kernel commit date is: $WSL_DATE"

0 commit comments

Comments
 (0)