Skip to content

Commit 01fb9a1

Browse files
authored
fix for the target x86_64-pc-windows-gnu (#611)
1 parent e2ddd93 commit 01fb9a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
cross: false
6565

6666
steps:
67-
- name: Set Git config. (windows only)
68-
if: contains(matrix.build, 'windows') # Windows is missing some dependencies
67+
- name: Set Git config (windows only)
68+
if: contains(matrix.os, 'windows') # Windows is missing some dependencies
6969
run: |
7070
git config --global pack.windowMemory "100m"
7171
git config --global pack.packSizeLimit "100m"
@@ -213,4 +213,4 @@ jobs:
213213
- run: cargo publish --token ${CRATES_TOKEN}
214214
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'release'
215215
env:
216-
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
216+
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 commit comments

Comments
 (0)