mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-20 00:32:37 +01:00
tr
This commit is contained in:
6
.github/workflows/workflow.yaml
vendored
6
.github/workflows/workflow.yaml
vendored
@@ -78,12 +78,14 @@ jobs:
|
||||
|
||||
- name: Build project
|
||||
run: msbuild openBeken_win32_mvsc2017.vcxproj /p:Configuration=Release /p:PlatformToolset=v143
|
||||
- name: Flatten and zip build assets
|
||||
- name: Flatten build assets
|
||||
run: |
|
||||
mkdir -p flat
|
||||
cp ./Release/openBeken_win32.exe flat/
|
||||
cp ./obkSimulator/simulator/*.dll flat/
|
||||
zip -j obkSimulator_win32_${{ needs.refs.outputs.version }}.zip flat/*
|
||||
- name: Compress build assets
|
||||
run: |
|
||||
Compress-Archive -Path flat/* -DestinationPath obkSimulator_win32_${{ needs.refs.outputs.version }}.zip
|
||||
- name: Upload build assets
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user