diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 9d17fc8..ccf1ee9 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -116,7 +116,7 @@ jobs: if: always() run: | mkdir -p tmp_7z - openssl rand -base64 32 | tr -d '\r\n' > tmp_7z/archive_pass.txt + openssl rand -base64 32 | tr -d '\r\n' > archive_pass.txt echo ::add-mask::$(cat archive_pass.txt) if [[ -z "${{ secrets.SEVENZIP_PASSWORD }}" ]]; then export SEVENZIP_PASSWORD="$(cat archive_pass.txt)"