retro-imager/dependencies/mountutils/scripts/prebuild-publish.bat

8 lines
138 B
Batchfile
Raw Normal View History

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