diff --git a/.github/workflows/buildQGCandDeploy.yml b/.github/workflows/buildQGCandDeploy.yml index e0bcc75..9dc4b89 100644 --- a/.github/workflows/buildQGCandDeploy.yml +++ b/.github/workflows/buildQGCandDeploy.yml @@ -78,6 +78,11 @@ jobs: make -j$JOBS ccache -s + - uses: actions/upload-artifact@master + with: + name: QGroundControl.dmg + path: ${{ runner.temp }}/shadow_build_dir/package/QGroundControl.dmg + - name: Upload build artifacts to release uses: svenstaro/upload-release-action@v2 with: @@ -86,4 +91,4 @@ jobs: asset_name: QGroundControl.dmg tag: ${{ github.ref }} overwrite: true - body: "QGgroundControl ${{ steps.get_version.outputs.VERSION }} test" \ No newline at end of file + body: "QGroundControl ${{ steps.get_version.outputs.VERSION }} test" \ No newline at end of file