|
|
@ -106,3 +106,23 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: qgroundcontrol.pdb |
|
|
|
name: qgroundcontrol.pdb |
|
|
|
path: ${{ runner.temp }}\shadow_build_dir\staging\qgroundcontrol.pdb |
|
|
|
path: ${{ runner.temp }}\shadow_build_dir\staging\qgroundcontrol.pdb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Publish installer artifact to GitHub release |
|
|
|
|
|
|
|
if: ${{ startsWith(github.ref, 'refs/tags/v') }} |
|
|
|
|
|
|
|
uses: svenstaro/upload-release-action@v2 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
file: ${{ runner.temp }}\shadow_build_dir\staging\${{ env.ARTIFACT }} |
|
|
|
|
|
|
|
asset_name: ${{ env.ARTIFACT }} |
|
|
|
|
|
|
|
tag: ${{ github.ref }} |
|
|
|
|
|
|
|
overwrite: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Publish PDB artifact to GitHub release |
|
|
|
|
|
|
|
if: ${{ startsWith(github.ref, 'refs/tags/v') }} |
|
|
|
|
|
|
|
uses: svenstaro/upload-release-action@v2 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
file: ${{ runner.temp }}\shadow_build_dir\staging\qgroundcontrol.pdb |
|
|
|
|
|
|
|
asset_name: qgroundcontrol.pdb |
|
|
|
|
|
|
|
tag: ${{ github.ref }} |
|
|
|
|
|
|
|
overwrite: true |
|
|
|