Skip to content

Commit 7719f17

Browse files
authored
add missing checkout
1 parent f1255bd commit 7719f17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
GOARM: ${{ matrix.goarm }}
7777
CGO_ENABLED: 0
7878
steps:
79+
- name: Checkout codebase
80+
uses: actions/checkout@v4
81+
7982
- name: Show workflow information
8083
run: |
8184
export _NAME=$GOOS-$GOARCH$GOARM$GOMIPS

0 commit comments

Comments
 (0)