added os name to binary output

This commit is contained in:
2025-04-14 18:03:02 -05:00
parent 51f15df122
commit 8aa93644f6
+3 -3
View File
@@ -20,13 +20,13 @@ jobs:
fail-fast: false
matrix:
build:
- name: 'yellowjacket'
- name: 'yellowjacket-linux'
platform: 'linux/amd64'
os: 'ubuntu-latest'
- name: 'yellowjacket'
- name: 'yellowjacket-windows'
platform: 'windows/amd64'
os: 'windows-latest'
- name: 'yellowjacket'
- name: 'yellowjacket-macos'
platform: 'darwin/universal'
os: 'macos-latest'