Skip to content

Commit

Permalink
Update build-kernel-wsl2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EndCredits authored Dec 6, 2024
1 parent 49866a9 commit 0e6bd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel-wsl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
LOCAL_VERSION=$(cat ../out_wsl2/.config | grep LOCALVERSION= | sed 's/\"//g' | sed 's/\-//g' | sed 's/.*\=//g')
CURRENT_TIME=$(date '+%Y%m%d-%H%M')
RELEASE_NAME=${LOCAL_VERSION}-${CURRENT_TIME}
echo RELEASE_NAME=$RELEASE_NAME >> $GITHUB_ENV
echo RELEASE_NAME=$RELEASE_NAME >> $GITHUB_ENV
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0e6bd34

Please sign in to comment.