diff --git a/.github/workflows/linux-selfhosted.yml b/.github/workflows/linux-selfhosted.yml index e032179c6..d5d33f0fc 100644 --- a/.github/workflows/linux-selfhosted.yml +++ b/.github/workflows/linux-selfhosted.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Pulling the new commit uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setting up Haxe uses: krdlab/setup-haxe@v2 with: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e655f2026..b8cb43d38 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Pulling the new commit uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setting up Haxe uses: krdlab/setup-haxe@v2 with: @@ -144,4 +146,4 @@ jobs: path: | .haxelib/ export/debug/linux/haxe/ - export/debug/linux/obj/ \ No newline at end of file + export/debug/linux/obj/ diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e5f37173e..074c752aa 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Pulling the new commit uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setting up Haxe uses: krdlab/setup-haxe@v2 with: @@ -138,4 +140,4 @@ jobs: path: | .haxelib/ export/debug/macos/haxe/ - export/debug/macos/obj/ \ No newline at end of file + export/debug/macos/obj/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d84660ae0..1d44b1891 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Download Windows Full Build uses: dawidd6/action-download-artifact@v6 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e74b6ca7c..1f534cfa5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Pulling the new commit uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setting up Haxe uses: krdlab/setup-haxe@v2 with: @@ -134,4 +136,4 @@ jobs: path: | .haxelib/ export/debug/windows/haxe/ - export/debug/windows/obj/ \ No newline at end of file + export/debug/windows/obj/