Fix Commit Number in Main Menu (#950)

* Update checkout action to fetch full history

* Update linux.yml

* Update macos.yml

* Update release.yml

* Update windows.yml
This commit is contained in:
Nebula S. Nova
2026-04-04 20:44:30 +07:00
committed by GitHub
parent e458e868a4
commit cd7c9f1afc
5 changed files with 13 additions and 3 deletions
+2
View File
@@ -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:
+3 -1
View File
@@ -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/
export/debug/linux/obj/
+3 -1
View File
@@ -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/
export/debug/macos/obj/
+2
View File
@@ -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
+3 -1
View File
@@ -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/
export/debug/windows/obj/