Skip to content

Commit 45fa445

Browse files
committed
chore: update GitHub Actions to log encrypted file names and adjust staticrypt command options
1 parent 62f13fe commit 45fa445

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
4444
for file in $FOUND_FILES; do
4545
echo "🔒 Encrypting $file with staticrypt..."
46+
echo "file: $file"
4647
dir=$(dirname "$file")
4748
base=$(basename "$file")
48-
./node_modules/.bin/staticrypt "$file" -p "${{ secrets.SOLUTION_PASSWORD }}" -s -d "$dir" -o "$base"
49+
./node_modules/.bin/staticrypt "$file" -p "${{ secrets.SOLUTION_PASSWORD }}" -d "$dir"
4950
done
5051
5152
# 4. 部署到 GitHub Pages

0 commit comments

Comments
 (0)