Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.1.0 #8

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,12 @@ jobs:
include:
- os: windows-latest
build_os: windows
artifact_name: Radio Telemetry Tracker Drone Ground Control Station.exe
release_name: RTT-GCS-windows-x64.exe
artifact_name: rtt-gcs-windows.exe
release_name: RTT-GCS-windows-x64
- os: ubuntu-latest
build_os: linux
artifact_name: Radio Telemetry Tracker Drone Ground Control Station
artifact_name: rtt-gcs-linux
release_name: RTT-GCS-linux-x64
- os: macos-latest
build_os: macos
artifact_name: Radio Telemetry Tracker Drone Ground Control Station
release_name: RTT-GCS-macos-x64

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -99,9 +95,8 @@ jobs:
tag_name: v${{ needs.check_release.outputs.version }}
name: Release v${{ needs.check_release.outputs.version }}
files: |
dist/RTT-GCS-windows-x64.exe/Radio Telemetry Tracker Drone Ground Control Station.exe
dist/RTT-GCS-linux-x64/Radio Telemetry Tracker Drone Ground Control Station
dist/RTT-GCS-macos-x64/Radio Telemetry Tracker Drone Ground Control Station
dist/RTT-GCS-windows-x64/rtt-gcs-windows.exe
dist/RTT-GCS-linux-x64/rtt-gcs-linux
draft: false
prerelease: false
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The **GCS** complements the **FDS** software (which runs on the drone payload),

## System Requirements

- **Operating System**: Windows 10/11, Ubuntu 22.04+ (or similar), macOS 13+.
- **Operating System**: Windows 10/11, Ubuntu 22.04+ (or similar).
- **Memory**: 8 GB+ recommended.
- **Python**: 3.13+ if building/running Python backend.
- **Poetry**: 2.0+ if building/running Python backend.
Expand Down
Loading