Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
- исправляем ошибку публикации артефактов на AppVeyor (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed May 24, 2018
1 parent 69b94a3 commit 799a882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ITG.MakeUtils/appveyor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ APPVEYORTOOL ?= appveyor

pushDeploymentArtifactFile = \
$(call psExecuteCommand,\
'$(2)' -split ' ' | % { Push-AppveyorArtifact -Path $$_ -DeploymentName '$(1)' } \
'$(2)' -split ' ' | Resolve-Path | % { Push-AppveyorArtifact -Path $$_.FullName -FileName $$_.Name -DeploymentName '$(1)' } \
)

pushDeploymentArtifact = $(call pushDeploymentArtifactFile,$@,$^)
Expand Down

0 comments on commit 799a882

Please sign in to comment.