mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 16:35:20 +01:00
8 lines
138 B
Batchfile
8 lines
138 B
Batchfile
|
@echo off
|
||
|
|
||
|
IF "%APPVEYOR_REPO_BRANCH%"=="master" (
|
||
|
IF "%GITHUB_TOKEN%" NEQ "" (
|
||
|
npm run prebuild-release -- -u %GITHUB_TOKEN%
|
||
|
)
|
||
|
)
|