Skip to content

Commit bfbb68a

Browse files
committed
fix: copy 过来的忘记改名了
1 parent f511782 commit bfbb68a

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
@@ -41,6 +41,6 @@ jobs:
4141
- name: Upload artifacts
4242
uses: actions/upload-artifact@v4
4343
with:
44-
name: nia-forwarding-${{ matrix.goos }}-${{ matrix.goarch }}
44+
name: abmc-forwarder-${{ matrix.goos }}-${{ matrix.goarch }}
4545
path: |
46-
nia-forwarding-${{ matrix.goos }}-${{ matrix.goarch }}*
46+
abmc-forwarder-${{ matrix.goos }}-${{ matrix.goarch }}*

0 commit comments

Comments
 (0)