Skip to content

Commit 969603d

Browse files
committed
.gitea: update
1 parent 05a0940 commit 969603d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitea/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ jobs:
140140
- name: "Show cgo source"
141141
shell: cmd
142142
run: |
143-
for /f %%i in ('go env GOROOT') do set ROOT=%%i
144-
dir ROOT\src\runtime\cgo
143+
for /f "delims=" %%i in ('go env GOROOT') do set ROOT=%%i
144+
echo %ROOT%
145+
dir %ROOT%\src\runtime\cgo
145146
146147
# - name: "Build (amd64)"
147148
# shell: cmd

0 commit comments

Comments
 (0)