fixed artifact naming
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
||||
- name: Upload Binaries
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: YellowJacket ${{ matrix.build.platform }}
|
||||
name: YellowJacket ${{ runner.os }}
|
||||
path: ${{ github.workspace }}/build/bin/${{ matrix.build.bin-name }}
|
||||
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user