Skip to content

Commit 45eeaac

Browse files
committed
CI: Create Continuous Prerelease
1 parent 161686d commit 45eeaac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/actions/upload/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ runs:
4343
working-directory: ${{ runner.temp }}/shadow_build_dir/${{ inputs.source }}
4444
run: aws s3 cp ${{ inputs.artifact_name }} s3://qgroundcontrol/latest/${{ inputs.artifact_name }} --acl public-read
4545
shell: bash
46+
47+
- name: Create Continuous Release
48+
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' && !github.event.pull_request.head.repo.fork }}
49+
uses: softprops/action-gh-release@v2
50+
with:
51+
prerelease: true
52+
files: |
53+
${{ runner.temp }}/shadow_build_dir/${{ inputs.source }}/${{ inputs.artifact_name }}

0 commit comments

Comments
 (0)