This commit is contained in:
AB
2024-08-04 23:14:59 +03:00
parent 76dab182cf
commit 1ee12fa0c0

View File

@ -58,7 +58,7 @@ jobs:
publish:
name: Publish release
needs: [build-windows, build-linux]
needs: [build-linux]
runs-on: ubuntu-latest
steps:
- name: Get the version (git tag)
@ -92,11 +92,6 @@ jobs:
with:
name: desubot
path: ./artifacts/
- name: Download Windows binary
uses: actions/download-artifact@v1
with:
name: desubot.exe
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