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