Skip to content

Commit

Permalink
chore(ci): add release build
Browse files Browse the repository at this point in the history
  • Loading branch information
hashemmm96 committed Oct 4, 2023
1 parent 74b7de6 commit fe04822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:

- name: Build documentation
run: meson compile -C build docs

- name: Build release
run: meson compile -C build release
2 changes: 1 addition & 1 deletion scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eo pipefail

TAG=$(git describe --tags)
TAG=$(git describe --tags --always)
RELEASE_FILE="rover-release-${TAG}.zip"

# Add all .bin files
Expand Down

0 comments on commit fe04822

Please sign in to comment.