From ba8346a8c97df4fae6bf74fb0bfa3e1f24501df9 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Mon, 16 Dec 2024 11:20:10 +0000 Subject: [PATCH] ok --- .github/workflows/test.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1fea8061..68db2f97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,13 +119,11 @@ jobs: target: ${{ matrix.target }} args: --release --locked - - name: Publish artifacts and release - uses: houseabsolute/actions-rust-release@v0 - with: - executable-name: gping - target: ${{ matrix.platform.target }} - - +# - name: Publish artifacts and release +# uses: houseabsolute/actions-rust-release@v0 +# with: +# executable-name: gping +# target: ${{ matrix.platform.target }} - name: Package if: startsWith(github.ref, 'refs/tags/')