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: publish:
name: Publish release name: Publish release
needs: [build-windows, build-linux] needs: [build-linux]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Get the version (git tag) - name: Get the version (git tag)
@ -92,11 +92,6 @@ jobs:
with: with:
name: desubot name: desubot
path: ./artifacts/ path: ./artifacts/
- name: Download Windows binary
uses: actions/download-artifact@v1
with:
name: desubot.exe
path: ./artifacts/
- name: Upload binary assets - name: Upload binary assets
run: | run: |
wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2