Skip to content

Commit

Permalink
End up in correct directory for artifact discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Oct 27, 2019
1 parent 11639ce commit 81c2b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ build_script:
- "cmake --build . --target ALL_BUILD --config Release -- /nologo"
- "cd .."

- "cd .."

- ps: 'Compress-Archive -Path "C:/projects/aftereffects-spatial-media-plugins/build/Win32/Release/*.aex" -DestinationPath "SpatialMedia_AE_${env:APPVEYOR_REPO_TAG_NAME}_Win32.zip"'
- ps: 'Compress-Archive -Path "C:/projects/aftereffects-spatial-media-plugins/build/Win64/Release/*.aex" -DestinationPath "SpatialMedia_AE_${env:APPVEYOR_REPO_TAG_NAME}_Win64.zip"'

Expand Down

0 comments on commit 81c2b46

Please sign in to comment.