Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Jun 24, 2024
1 parent 5108a11 commit aed7a26
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 @@ -13,7 +13,7 @@ stack:

build_script:
- ./build-all.sh $PYTHON_VERSION
- tar -czf python-android-install-$PYTHON_VERSION.tar.gz install support -C .
- tar -czf python-android-install-$PYTHON_VERSION.tar.gz install support
- find . -maxdepth 1 -type f -iname python-android-install-*.tar.gz -exec appveyor PushArtifact -DeploymentName python-android-install {} \;

test: off
Expand Down

0 comments on commit aed7a26

Please sign in to comment.