Fix nuitka action releasing not checking out the repo

This commit is contained in:
csd4ni3l
2025-05-18 16:44:05 +02:00
committed by GitHub
parent 33483372f3
commit 441ba37c6f

View File

@@ -59,6 +59,11 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Download All Zipped Builds
uses: actions/download-artifact@v4
with: