We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09371c7 commit 68fd06fCopy full SHA for 68fd06f
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
if: startsWith(github.ref, 'refs/tags/')
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@master
16
# https://github.com/taiki-e/create-gh-release-action
17
- uses: taiki-e/create-gh-release-action@v1
18
with:
@@ -41,7 +41,7 @@ jobs:
41
- target: x86_64-pc-windows-msvc
42
os: windows-latest
43
44
45
46
submodules: recursive # 递归检出git子模块(submodules)
47
0 commit comments