From 589e58784f6242e8a4e632468d38ea9694d8962c Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Tue, 20 Jun 2023 15:03:32 +0300 Subject: [PATCH] Improve actions --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 921c6cd..988a571 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,15 +28,11 @@ jobs: with: args: cargo build --target $BUILD_TARGET --release release: + needs: build runs-on: ubuntu-latest permissions: contents: write steps: -# - name: Compress binaries -# uses: svenstaro/upx-action@v2 -# with: -# files: | -# target/x86_64-unknown-linux-musl/release/* - uses: actions/upload-artifact@v2 name: Upload artifact with: