retro-imager/dependencies/drivelist/ci/prebuild-publish.bat

10 lines
160 B
Batchfile
Raw Normal View History

2020-03-04 16:55:40 +01:00
@echo off
if %1 == 10 (
if %APPVEYOR_REPO_BRANCH% == master (
if %GITHUB_TOKEN% neq "" (
npm run prebuild-release -- -u %GITHUB_TOKEN%
)
)
)