Skip to content

Commit 72beca2

Browse files
committed
fix: change archive name
1 parent 38fc836 commit 72beca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: repository
6666

6767
- name: Unarchive reposiotry
68-
run: tar -xzvf repo.tar.gz
68+
run: tar -xzvf repository.tar.gz
6969

7070
- name: Run tests
7171
run: python3 ./run_tests.py --build-dir=build

0 commit comments

Comments
 (0)