Skip to content

Commit

Permalink
fix workspace var
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Jun 6, 2023
1 parent 0388dba commit d2ad671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete_doc_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
archive_format: 'zip',
});
var fs = require('fs');
fs.writeFileSync('${{env.current_work_dir}}/doc-delete-artifact.zip', Buffer.from(download.data));
fs.writeFileSync('${{github.workspace}}/doc-delete-artifact.zip', Buffer.from(download.data));
- run: |
mkdir build_dir
Expand Down

0 comments on commit d2ad671

Please sign in to comment.