Skip to content

Commit c59f7c9

Browse files
committed
Fix ci script
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
1 parent a7ac3a9 commit c59f7c9

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)