Skip to content

Commit

Permalink
move compressed bundle a folder up
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Sep 27, 2024
1 parent 3c785ac commit a161954
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,15 @@ jobs:
run: |
pushd $(find . -maxdepth 1 -type d -name "*windows*")
7z a -o.. tinitex.zip x86_64-pc-windows-msvc/.
mv tinitex.zip ..
popd
pushd $(find . -maxdepth 1 -type d -name "*macOS*")
7z a -ttar -so tinitex.tar aarch64-apple-darwin/. | 7z a -si -o.. tinitex.tgz
mv tinitex.tgz ..
popd
pushd $(find . -maxdepth 1 -type d -name "*ubuntu*")
7z a -ttar -so tinitex.tar x86_64-unknown-linux-gnu/. | 7z a -si -o.. tinitex.tar.gz
mv tinitex.tar.gz ..
popd
- run: ls -lisa tinitex
Expand Down

0 comments on commit a161954

Please sign in to comment.