include samples (#1353)

This commit is contained in:
openshwprojects 2024-09-20 08:20:59 +02:00 committed by GitHub
parent 649b02b655
commit 4c716fb487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,8 @@ jobs:
mkdir -p flat
cp ./Release/openBeken_win32.exe flat/
cp ./obkSimulator/simulator/*.dll flat/
mkdir -p flat/examples
cp ./obkSimulator/examples/* flat/examples/
- name: Compress build assets
run: |
Compress-Archive -Path flat/* -DestinationPath obkSimulator_win32_${{ needs.refs.outputs.version }}.zip