mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
The {upload,download}-artifact actions do not preserve
file permissions, so we need to patch things up.
9 lines
263 B
Batchfile
9 lines
263 B
Batchfile
@echo off
|
|
|
|
type NUL && "%CODEQL_EXTRACTOR_RUBY_ROOT%\tools\win64\extractor.exe" ^
|
|
--file-list "%1" ^
|
|
--source-archive-dir "%CODEQL_EXTRACTOR_RUBY_SOURCE_ARCHIVE_DIR%" ^
|
|
--output-dir "%CODEQL_EXTRACTOR_RUBY_TRAP_DIR%"
|
|
|
|
exit /b %ERRORLEVEL%
|