Skip to content

Commit 1a9f47d

Browse files
authored
chore: Update workflow
1 parent 1087812 commit 1a9f47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ jobs:
106106
run: mv ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }} ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }}.exe
107107

108108
- name: Upload a Non-Windows Build Artifact
109-
uses: actions/upload-artifact@v4.0.0
109+
uses: actions/upload-artifact@v4
110110
if: ${{ env.GOOS != 'windows' }}
111111
with:
112112
name: ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }}
113113
path: ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }}
114114

115115
- name: Upload a Windows Build Artifact
116-
uses: actions/upload-artifact@v4.0.0
116+
uses: actions/upload-artifact@v4
117117
if: ${{ env.GOOS == 'windows' }}
118118
with:
119119
name: ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }}.exe

0 commit comments

Comments
 (0)