Skip to content

Commit c87e7de

Browse files
authored
Merge pull request #4 from rtk-rs/fix-ci-script
Fix ci script
2 parents a7ac3a9 + c59f7c9 commit c87e7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Determine archive name
9393
shell: bash
9494
run: |
95-
echo "ARCHIVE=rinex-${{ github.ref_name }}-${{ matrix.target }}" >> $GITHUB_ENV
95+
echo "ARCHIVE=rnx2crx-${{ github.ref_name }}-${{ matrix.target }}" >> $GITHUB_ENV
9696
9797
- name: Creating directory for archive
9898
shell: bash

0 commit comments

Comments
 (0)