Fixup Github Actions workflow

This commit is contained in:
Matt Harlum 2025-08-06 21:04:50 +12:00
parent eb8364fdbb
commit b45e0ffed0

View File

@ -17,12 +17,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- name: Build
run: |
git config --global --add safe.directory "*"
git fetch --prune --unshallow --tags
make GIT_REF_NAME=${GITHUB_REF_NAME} clean all disk lha
- uses: actions/upload-artifact@v4.4.0