forked from Telodendria/Telodendria
Fix typo in Git command.
This commit is contained in:
parent
3304f8c08f
commit
12e11f74a1
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Archive submodules
|
||||
run: git submodule foreach --recursive 'git archive --format tar --prefix=$displaypath/ -o submodule.tar HEAD'
|
||||
- name: Archive repository
|
||||
run: git archive --format -tar -o release.tar HEAD
|
||||
run: git archive --format tar -o release.tar HEAD
|
||||
- name: Produce release archive
|
||||
run: |
|
||||
TOPDIR=$(pwd) git submodule --quiet foreach --recursive 'cd $TOPDIR; tar --concatenate --file=release.tar $displaypath/submodule.tar; rm -fv $displaypath/submodule.tar'
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 63bd8791019cfaf7b782c4600464d8cd9240351c
|
||||
Subproject commit 6827d4fc39f5527b8836f6fe7dff35b1b97cb571
|
Loading…
Reference in a new issue