We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ddd93 commit 01fb9a1Copy full SHA for 01fb9a1
.github/workflows/release.yml
@@ -64,8 +64,8 @@ jobs:
64
cross: false
65
66
steps:
67
- - name: Set Git config. (windows only)
68
- if: contains(matrix.build, 'windows') # Windows is missing some dependencies
+ - name: Set Git config (windows only)
+ if: contains(matrix.os, 'windows') # Windows is missing some dependencies
69
run: |
70
git config --global pack.windowMemory "100m"
71
git config --global pack.packSizeLimit "100m"
@@ -213,4 +213,4 @@ jobs:
213
- run: cargo publish --token ${CRATES_TOKEN}
214
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'release'
215
env:
216
- CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
+ CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
0 commit comments