Skip to content

Commit

Permalink
Fixed path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Feb 7, 2020
1 parent eff8cb7 commit 2bc50af
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 @@ -18,7 +18,7 @@ after_test:
- dotnet restore ./RepopulatorCli/RepopulatorCli.csproj
- dotnet publish ./RepopulatorCli/RepopulatorCli.csproj -r win-x64 -o ./RepopulatorCli-win-x64
- dotnet publish ./RepopulatorCli/RepopulatorCli.csproj -r linux-x64 -o ./RepopulatorCli-linux-x64
- ps: Compress-Archive -Path ./RepopulatorCli-win-x64 -DestinationPath ./DeployRepopulatorCli-win-x64.zip
- ps: Compress-Archive -Path ./RepopulatorCli-win-x64 -DestinationPath ./Deploy/RepopulatorCli-win-x64.zip
- ps: Compress-Archive -Path ./RepopulatorCli-linux-x64 -DestinationPath ./Deploy/RepopulatorCli-linux-x64.zip
artifacts:
- path: ./Deploy/*.zip

0 comments on commit 2bc50af

Please sign in to comment.