mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-06 20:24:08 +00:00
Fix docker build
This commit is contained in:
13
.github/workflows/build-push.yml
vendored
13
.github/workflows/build-push.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user