Skip to content

Commit

Permalink
bug fix integration test archive password creation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisoft committed Aug 8, 2024
1 parent b1f1a6a commit 1d59d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 1d59d0b

Please sign in to comment.