Fix docker build
Some checks failed
Build / build-linux (push) Failing after 31s
Build / build-windows (push) Has been cancelled

This commit is contained in:
Alexandr Bogomyakov
2024-08-05 17:18:15 +03:00
parent f185c31a17
commit 207717491c

View File

@ -97,7 +97,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
upload_url: ${{ needs.publish.outputs.upload_url }} upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: ./artifacts/* asset_path: ./artifacts/*
asset_name: desubot-linux-amd64 asset_name: desubot-linux-amd64
asset_content_type: application/octet-stream asset_content_type: application/octet-stream