fixed artifact upload name

This commit is contained in:
2025-04-14 19:45:02 -05:00
parent 59aff369d8
commit dea9c9a943
+3 -3
View File
@@ -27,7 +27,7 @@ jobs:
- name: 'yellowjacket.exe'
platform: 'windows/amd64'
os: 'windows-latest'
bin-name: 'yellowjacket.exe'
bin-name: 'yellowjacket'
- name: 'yellowjacket'
platform: 'darwin/universal'
os: 'macos-latest'
@@ -63,8 +63,8 @@ jobs:
- name: Upload Binaries
uses: actions/upload-artifact@v4
with:
name: YellowJacket ${{ runner.os }}
path: ${{ github.workspace }}/build/bin/${{ matrix.build.bin-name }}
name: ${{ matrix.build.bin-name }}
path: ${{ github.workspace }}/build/bin/${{ matrix.build.name }}
release:
runs-on: ubuntu-latest