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

V0.9.7 #197

Merged
merged 3 commits into from
Dec 27, 2023
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
34 changes: 0 additions & 34 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
os: windows-latest
rust: stable
target: x86_64-pc-windows-msvc
- build: win64-gnu
os: windows-latest
rust: stable-x86_64-gnu
target: x86_64-pc-windows-gnu

steps:
- name: Checkout repository
Expand Down Expand Up @@ -277,33 +273,3 @@ jobs:
asset_path: rinex-${{ github.ref_name }}-x86_64-pc-windows-msvc.zip.sha256
asset_name: rinex-${{ github.ref_name }}-x86_64-pc-windows-msvc.zip.sha256
asset_content_type: application/zip

- name: x86_64-pc-windows-gnu
uses: actions/download-artifact@v3
with:
name: rinex-${{ github.ref_name }}-x86_64-pc-windows-gnu.zip

- name: Download x86_64-pc-windows-gnu (cksum)
uses: actions/download-artifact@v3
with:
name: rinex-${{ github.ref_name }}-x86_64-pc-windows-gnu.zip.sha256

- name: Upload x86_64-pc-windows-gnu
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: rinex-${{ github.ref_name }}-x86_64-pc-windows-gnu.zip
asset_name: rinex-${{ github.ref_name }}-x86_64-pc-windows-gnu.zip
asset_content_type: application/zip

- name: Upload x86_64-pc-windows-gnu (cksum)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: rinex-${{ github.ref_name }}-x86_64-pc-windows-gnu.zip.sha256
asset_name: rinex-${{ github.ref_name }}-x86_64-pc-windows-gnu.zip.sha256
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rinex-cli"
version = "0.9.6"
version = "0.9.7"
license = "MIT OR Apache-2.0"
authors = ["Guillaume W. Bres <[email protected]>"]
description = "Command line tool parse and analyze RINEX data"
Expand Down
2 changes: 1 addition & 1 deletion rnx2cggtts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnx2cggtts"
version = "1.0.1"
version = "1.0.2"
license = "MIT OR Apache-2.0"
authors = ["Guillaume W. Bres <[email protected]>"]
description = "CGGTTS data generation from RINEX"
Expand Down
Loading