summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-02-28 14:57:32 -0500
committerDan Halbert <halbert@halwitz.org>2020-02-28 14:57:32 -0500
commit1b8a4791f504b44f9f38677f8d05a774826f7f05 (patch)
tree2883644264ddb4e934f54ef6b86d57d08fdce9ca /.github
parent1b33cd11fc788bd6b45b54c5629a3b98a92efc2a (diff)
Download links now point to S3 via CloudFront
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 118135850..d91e44358 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -276,10 +276,3 @@ jobs:
- name: Install upload deps
run: |
pip install uritemplate
- - name: Upload to Release
- run: "[ -z \"$ADABOT_GITHUB_ACCESS_TOKEN\" ] || python3 -u upload_release_files.py"
- working-directory: tools
- env:
- UPLOAD_URL: ${{ github.event.release.upload_url }}
- ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.BLINKA_GITHUB_ACCESS_TOKEN }}
- if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')