We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f511782 commit bfbb68aCopy full SHA for bfbb68a
.github/workflows/build.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Upload artifacts
42
uses: actions/upload-artifact@v4
43
with:
44
- name: nia-forwarding-${{ matrix.goos }}-${{ matrix.goarch }}
+ name: abmc-forwarder-${{ matrix.goos }}-${{ matrix.goarch }}
45
path: |
46
- nia-forwarding-${{ matrix.goos }}-${{ matrix.goarch }}*
+ abmc-forwarder-${{ matrix.goos }}-${{ matrix.goarch }}*
0 commit comments