mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 22:17:39 +03:00
ci: Use cd - instead of pushd/popd
This commit is contained in:
parent
80328b8dee
commit
c12b8d6842
1 changed files with 4 additions and 4 deletions
8
.github/workflows/cicd.yml
vendored
8
.github/workflows/cicd.yml
vendored
|
@ -62,16 +62,16 @@ jobs:
|
|||
./build.sh --static build
|
||||
./build.sh --destdir ~/package-output/ install
|
||||
mv ~/package-output/ ~/maddy-$(cat .version)-x86_64-linux-musl
|
||||
pushd ~
|
||||
cd ~
|
||||
tar c ./maddy-$(cat .version)-x86_64-linux-musl | zstd > ~/maddy-x86_64-linux-musl.tar.zst
|
||||
popd
|
||||
cd -
|
||||
- name: "Save source tree"
|
||||
run: |
|
||||
rm -rf .git
|
||||
cp -r . ~/maddy-$(cat .version)-src
|
||||
pushd ~
|
||||
cd ~
|
||||
tar c ./maddy-$(cat .version)-src | zstd > ~/maddy-src.tar.zst
|
||||
popd
|
||||
cd -
|
||||
- name: "Upload source tree"
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue