Skip to content

Commit e025a35

Browse files
committed
Update CI workflow to rename packed library file for consistency, ensuring the output filename is standardized as reflex.tgz.
1 parent c262c10 commit e025a35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ jobs:
178178
run: npm run build
179179

180180
- name: Pack library
181-
run: npm pack --filename reflex.tgz
181+
run: |
182+
npm pack
183+
mv flexsurfer-reflex-*.tgz reflex.tgz
182184
183185
- name: Test with ${{ matrix.bundler }}
184186
run: |

0 commit comments

Comments
 (0)