fixed artifact naming

This commit is contained in:
Christopher Lowenthal 2022-10-31 13:34:01 -04:00
parent a606e67cf4
commit bd55a43693

View file

@ -84,7 +84,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: featurebase-${{ matrix.goos }}-${{ matrix.goarch }}
name: featurebase-from-make-${{ matrix.goos }}-${{ matrix.goarch }}
path: ./build/featurebase-from-make-${{ matrix.goos }}-${{ matrix.goarch }}
- uses: actions/upload-artifact@v3