mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Should fix patch_commit_number.ps1 call (shallow clone cannot find a proper commit number for the nightly release).
This commit is contained in:
24
.github/workflows/ecode-nightly.yml
vendored
24
.github/workflows/ecode-nightly.yml
vendored
@@ -434,15 +434,9 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
git config --system core.autocrlf false
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
fetch-depth: 2
|
||||
- name: Checkout submodules
|
||||
shell: pwsh
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
with: { fetch-depth: 0, submodules: 'recursive' }
|
||||
- name: Build
|
||||
shell: pwsh
|
||||
run: |
|
||||
@@ -470,15 +464,9 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
git config --system core.autocrlf false
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
fetch-depth: 2
|
||||
- name: Checkout submodules
|
||||
shell: pwsh
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
with: { fetch-depth: 0, submodules: 'recursive' }
|
||||
- name: Build
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user