Skip to content

Commit

Permalink
Test_centos7_release_117
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Oct 26, 2023
1 parent 404dd87 commit 9262f35
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,14 @@ jobs:
ARCHIVE_NAME="metrix-simulator-centos7.zip"
ARCHIVE_PATH="$PWD/${ARCHIVE_NAME}"
cd metrix-simulator/build-centos7/install/
zip $ARCHIVE_PATH bin etc
ls
cd bin
ls
cd ..
cd etc
ls
cd ..
zip -r $ARCHIVE_PATH bin etc
cd ../../..
echo "::set-output name=archive_name::$ARCHIVE_NAME"
echo "::set-output name=archive_path::$ARCHIVE_PATH"
Expand Down

0 comments on commit 9262f35

Please sign in to comment.