mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 20:46:36 +01:00
ci: Fix icon preview comment - remove bracket
This commit is contained in:
2
.github/workflows/comment-icon-preview.yml
vendored
2
.github/workflows/comment-icon-preview.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
archive_format: 'zip',
|
||||
});
|
||||
const fs = require('fs');
|
||||
fs.writeFileSync('${{github.workspace}}/pr_number.zip'), Buffer.from(download.data));
|
||||
fs.writeFileSync('${{github.workspace}}/pr_number.zip', Buffer.from(download.data));
|
||||
|
||||
- name: 'Unzip artifact'
|
||||
run: unzip pr_number.zip
|
||||
|
||||
Reference in New Issue
Block a user