mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-07 04:34:07 +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:
|
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
|
||||||
|
Reference in New Issue
Block a user