mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-20 08:55:21 +01:00
9 lines
160 B
Batchfile
9 lines
160 B
Batchfile
@echo off
|
|
|
|
if %1 == 10 (
|
|
if %APPVEYOR_REPO_BRANCH% == master (
|
|
if %GITHUB_TOKEN% neq "" (
|
|
npm run prebuild-release -- -u %GITHUB_TOKEN%
|
|
)
|
|
)
|
|
)
|