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' - name: 'yellowjacket.exe'
platform: 'windows/amd64' platform: 'windows/amd64'
os: 'windows-latest' os: 'windows-latest'
bin-name: 'yellowjacket.exe' bin-name: 'yellowjacket'
- name: 'yellowjacket' - name: 'yellowjacket'
platform: 'darwin/universal' platform: 'darwin/universal'
os: 'macos-latest' os: 'macos-latest'
@@ -63,8 +63,8 @@ jobs:
- name: Upload Binaries - name: Upload Binaries
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: YellowJacket ${{ runner.os }} name: ${{ matrix.build.bin-name }}
path: ${{ github.workspace }}/build/bin/${{ matrix.build.bin-name }} path: ${{ github.workspace }}/build/bin/${{ matrix.build.name }}
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest