Skip to content

Commit 74c3a0e

Browse files
authored
Update ci.yml
1 parent 71c802f commit 74c3a0e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ jobs:
4848
- name: update GOCACHE vars
4949
if: runner.os == 'Windows'
5050
run: |
51-
echo "GOCACHE: D:\gocache" >> "$GITHUB_ENV"
52-
echo "GOMODCACHE: D:\gomodcache" >> "$GITHUB_ENV"
53-
echo "GOTMPDIR: D:\gotmp" >> "$GITHUB_ENV"
51+
echo "GOCACHE=D:\gocache" >> "$GITHUB_ENV"
52+
echo "GOMODCACHE=D:\gomodcache" >> "$GITHUB_ENV"
53+
echo "GOTMPDIR=D:\gotmp" >> "$GITHUB_ENV"
5454
mkdir D:\gotmp
55+
- name: Deploy using stored timestamp
56+
run: echo "Deploying at $GOMODCACHE"
5557
- uses: actions/setup-go@v5
5658
with:
5759
go-version-file: go.mod

0 commit comments

Comments
 (0)