Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
testing build on master
  • Loading branch information
taratatach committed Sep 9, 2024
1 parent 725b84a commit b0fbcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before_build:
- ps: if ($env:BUILD_JOB -eq "build") { pwsh -NoProfile -ExecutionPolicy Unrestricted -Command .\build\windows\setup-keylocker.ps1 }

build_script:
- ps: $env:SKIP_CODE_SIGNING=($env:APPVEYOR_REPO_BRANCH -ne "master")
- ps: $env:SKIP_CODE_SIGNING=($env:APPVEYOR_REPO_BRANCH -eq "master")
- ps: if ($env:BUILD_JOB -eq "build") { yarn dist }

artifacts:
Expand Down

0 comments on commit b0fbcb6

Please sign in to comment.