Skip to content

Commit

Permalink
Merge pull request #57 from jamalex/upload_any_apk
Browse files Browse the repository at this point in the history
Upload any APK produced by Buildkite block, not just release
  • Loading branch information
kollivier authored Apr 25, 2020
2 parents 7e7b88d + ead8a4f commit 69c9754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ mv ./dist/android/*.apk ./dist
if [[ $LE_TRIGGERED_FROM_JOB_ID && $BUILDKITE_TRIGGERED_FROM_BUILD_ID ]]
then
echo "--- Uploading artifact to parent job"
buildkite-agent artifact upload dist/*-release.apk --job $LE_TRIGGERED_FROM_JOB_ID
buildkite-agent artifact upload dist/*.apk --job $LE_TRIGGERED_FROM_JOB_ID
fi

echo "--- Uploading artifact"
buildkite-agent artifact upload dist/*-release.apk
buildkite-agent artifact upload dist/*.apk

0 comments on commit 69c9754

Please sign in to comment.