Skip to content

Commit 12ed030

Browse files
authored
fix github action (#825)
1 parent 5fe2e34 commit 12ed030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
name: package
6464

6565
- name: Unpack build artifact to dist
66-
run: tar -xzvf reduxjs-toolkit-1.4.0.tgz --strip-components=1 package/dist
66+
run: tar -xzvf reduxjs-toolkit-*.tgz --strip-components=1 package/dist
6767

6868
- name: Remap @redux/toolkit from src to dist
6969
run: |

0 commit comments

Comments
 (0)