Rebuild new docker

This commit is contained in:
House of Vanity
2023-07-01 04:28:04 +03:00
committed by GitHub
parent 392669703d
commit 82a81fffb6
2 changed files with 1 additions and 12 deletions

View File

@ -20,17 +20,6 @@ jobs:
name: desubot
path: ./target/release/desubot
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose --release
- name: Upload Windows binary
uses: actions/upload-artifact@v1
with:
name: desubot.exe
path: ./target/release/desubot.exe
build-push-docker:
runs-on: ubuntu-latest
steps:

View File

@ -1,6 +1,6 @@
[package]
name = "desubot"
version = "0.5.9"
version = "0.5.11"
authors = ["AB <ab@hexor.ru>"]
edition = "2018"