Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Also check out submodules recursivel
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Feb 29, 2024
1 parent fbc09cb commit 4a3e3b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 20
submodules: recursive
fetch-depth: 0
fetch-tags: true

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down Expand Up @@ -68,7 +70,7 @@ jobs:
dateName=$(date +'%Y-%m-%d %H:%M:%S')
echo "name=\"Hellextractor v${VERSION}\"" >> $GITHUB_OUTPUT
commitMessages=$(git log -20 --pretty=format:"%h - %s <br />" | paste -sd ' ' -)
commitMessages=$(git log -25 --pretty=format:"%h - %s <br />" | paste -sd ' ' -)
echo "commitMessages=$commitMessages" # for debugging
releaseNotes="Recent changes: <br />$commitMessages"
echo "notes=$releaseNotes" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4a3e3b9

Please sign in to comment.