Skip to content

Commit

Permalink
U308-038 Drop BinTray GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm authored and pmderodat committed May 3, 2021
1 parent 4b3b81f commit d2bb6ab
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,3 @@ jobs:
run: |
aws s3 cp . s3://adacore-gha-tray-eu-west-1/libadalang/ --recursive --exclude "*" --include "*.tar.gz" --sse=AES256
aws s3 ls s3://adacore-gha-tray-eu-west-1/libadalang/
- name: Upload tar-ball to Bintray
uses: reznikmm/upload-bintray-action@v4
with:
subject: reznikmm
username: reznikmm
repository: libadalang
package: libadalang
version: 0.2-git
sourcePath: '*.tar.gz'
override: 1
apiKey: ${{secrets.BINTRAY_API_KEY}}

0 comments on commit d2bb6ab

Please sign in to comment.