Fix typo in Git command.

This commit is contained in:
Jordan Bancino 2024-09-21 16:26:57 -04:00
parent 3304f8c08f
commit 12e11f74a1
Signed by: jordan
SSH key fingerprint: SHA256:KZSFf6aBlTjUn5fy3MH8uzqClGOnUaijIDirZKJsEsY
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
- name: Archive submodules - name: Archive submodules
run: git submodule foreach --recursive 'git archive --format tar --prefix=$displaypath/ -o submodule.tar HEAD' run: git submodule foreach --recursive 'git archive --format tar --prefix=$displaypath/ -o submodule.tar HEAD'
- name: Archive repository - 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 - name: Produce release archive
run: | run: |
TOPDIR=$(pwd) git submodule --quiet foreach --recursive 'cd $TOPDIR; tar --concatenate --file=release.tar $displaypath/submodule.tar; rm -fv $displaypath/submodule.tar' 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