Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit a968119

Browse files
committed
Correct upload path for publication.
1 parent 47a14e2 commit a968119

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
@@ -35,4 +35,4 @@ jobs:
3535
python -m pip install -U setuptools
3636
python -m pip install awscli
3737
curl -o artefact.tar.gz -L https://github.com/beeware/Python-Linux-support/releases/download/${{ env.TAG }}/Python-${{ env.PY_VERSION }}-linux-x86_64-support.${{ env.BUILD_NUMBER }}.tar.gz
38-
aws s3 cp artefact.tar.gz s3://briefcase-support/python/${{ env.PY_VERSION }}/android/Python-${{ env.PY_VERSION }}-linux-x86_64-support.${{ env.BUILD_NUMBER }}.tar.gz
38+
aws s3 cp artefact.tar.gz s3://briefcase-support/python/${{ env.PY_VERSION }}/linux/x86_64/Python-${{ env.PY_VERSION }}-linux-x86_64-support.${{ env.BUILD_NUMBER }}.tar.gz

0 commit comments

Comments
 (0)