Skip to content

Commit

Permalink
Merge pull request #386 from rosflight/ci_updates
Browse files Browse the repository at this point in the history
Tweaks to automatic release/latest builds
  • Loading branch information
dpkoch authored Mar 13, 2020
2 parents 23d5aa0 + b0215af commit 334dcfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: clone
- name: checkout submodules
run: git submodule update --init --recursive
- name: install toolchain
run: |
Expand All @@ -29,11 +29,9 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "pre-release"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
boards/airbourne/build/rosflight_REVO_Release.elf
boards/airbourne/build/rosflight_REVO_Release.bin
boards/breezy/build/rosflight_NAZE_Release.elf
boards/breezy/build/rosflight_NAZE_Release.hex
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: clone
- name: checkout submodules
run: git submodule update --init --recursive
- name: install toolchain
run: |
Expand All @@ -31,7 +31,5 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
boards/airbourne/build/rosflight_REVO_Release.elf
boards/airbourne/build/rosflight_REVO_Release.bin
boards/breezy/build/rosflight_NAZE_Release.elf
boards/breezy/build/rosflight_NAZE_Release.hex

0 comments on commit 334dcfe

Please sign in to comment.