Skip to content

Commit cdaa47c

Browse files
committed
upload build file test
1 parent 548c658 commit cdaa47c

File tree

21 files changed

+4
-546
lines changed

21 files changed

+4
-546
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 181 deletions
This file was deleted.

.github/workflows/docs_deploy.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/workflows/linux.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

.github/workflows/macos_debug.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
cmake --build ${{ runner.temp }}/shadow_build_dir/ --target all --config Debug
8181
cmake --install ${{ runner.temp }}/shadow_build_dir
8282
83+
- name: Upload Build File
84+
uses: ./.github/actions/upload
85+
with:
86+
artifact_name: ${{ env.ARTIFACT }}
8387
# - name: Run unit tests
8488
# working-directory: ${{ runner.temp }}/shadow_build_dir
8589
# run: open ${{ runner.temp }}/shadow_build_dir/staging/QGroundControl.app --args --unittest

0 commit comments

Comments
 (0)