Update build-bin.yml

This commit is contained in:
Dany LE 2024-07-17 10:34:05 +02:00 committed by GitHub
parent b39310b35e
commit 950ccc67d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Building binaries for platform: ${{ inputs.platform }}
- name: Building binaries for platform - ${{ inputs.platform }}
run: |
mkdir build
DESTDIR=$(realpath build) \