From b68cd72ce3fd867974bc6ba7fa498e81771f6baf Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Tue, 18 Apr 2023 16:48:59 +0200 Subject: [PATCH] build test --- .gitea/workflows/publish_package.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index 0d2c524..5cc95f3 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -25,11 +25,5 @@ jobs: - name: Publish uses: https://github.com/actions-rs/cargo@v1 with: - command: build - args: --release --all-features - - - name: Run - uses: https://github.com/actions-rs/cargo@v1 - with: - command: run - args: -r \ No newline at end of file + command: publish + args: --index="https://git.raptorpond.com/henine/_cargo-index.git" --token="${{ secrets.PACKAGE_TOKEN }}"