Merge pull request #1274 from o0HalfLife0o/master

载入全部commit记录以正确计算versioncode
pull/1279/head^2
kunfei 3 years ago committed by GitHub
commit 2eeb2d3d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml
  2. 2
      .github/workflows/test.yml

@ -22,6 +22,8 @@ jobs:
UPLOAD_ARTIFACT: 'true'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/cache@v2
with:
path: |

@ -22,6 +22,8 @@ jobs:
UPLOAD_ARTIFACT: 'true'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/cache@v2
with:
path: |

Loading…
Cancel
Save