Skip to content

Commit

Permalink
V0.9.7 (#197)
Browse files Browse the repository at this point in the history
* bump to latest rinex
* remove windows-gnu target

---------

Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Dec 27, 2023
1 parent 0170397 commit 9fcc663
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
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

0 comments on commit 9fcc663

Please sign in to comment.