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