From 82a81fffb6e96adb130330d39d19599afee296b0 Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Sat, 1 Jul 2023 04:28:04 +0300 Subject: [PATCH] Rebuild new docker --- .github/workflows/build-push.yml | 11 ----------- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 4da0851..1f94645 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 14cb8dc..7127284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "desubot" -version = "0.5.9" +version = "0.5.11" authors = ["AB "] edition = "2018"