Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 82f379c

Browse files
committed
Get the final artefact from the right place.
1 parent 33e3be7 commit 82f379c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
python -m pip install -U pip
3535
python -m pip install -U setuptools
3636
python -m pip install awscli
37-
curl -o artefact.zip -L https://github.com/freakboy3742/ci-test/releases/download/${{ env.TAG }}/Python-${{ env.PY_VERSION }}-Android-support.${{ env.BUILD_NUMBER }}.zip
37+
curl -o artefact.zip -L https://github.com/beeware/Python-Android-support/releases/download/${{ env.TAG }}/Python-${{ env.PY_VERSION }}-Android-support.${{ env.BUILD_NUMBER }}.zip
3838
aws s3 cp artefact.zip s3://briefcase-support/python/${{ env.PY_VERSION }}/android/Python-${{ env.PY_VERSION }}-Android-support.${{ env.BUILD_NUMBER }}.zip

0 commit comments

Comments
 (0)