Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Bogomyakov committed Aug 5, 2024
1 parent aeacc15 commit f185c31
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,6 @@ jobs:
with:
name: desubot
path: ./artifacts/
# - name: Upload binary assets
# run: |
# wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
# tar xjf linux-amd64-github-release.tar.bz2
# export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
# for artifact in ./artifacts/*; do
# ./bin/linux/amd64/github-release upload \
# -u ${{ steps.get_repo_data.outputs.AUTHOR }} \
# -r ${{ steps.get_repo_data.outputs.REPO_NAME }} \
# --tag ${{ steps.get_version.outputs.FULL_TAG }} \
# --name ${artifact} \
# --file ${artifact}
# done
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit f185c31

Please sign in to comment.