From 049a75e3007f3a3eed9885d819ba914d6d8f47bb Mon Sep 17 00:00:00 2001 From: Ian Wijma Date: Tue, 21 Nov 2023 01:07:37 +1100 Subject: [PATCH] Update version and fix CI action name Updated kr package's version to 1.0.2 in Cargo.toml and Cargo.lock files. Also, fixed the wrong property reference in the GitHub Actions release workflow. From "gitea.actor" to "github.actor" which might have caused incorrect workflow run name in GitHub CI/CD. --- .github/workflows/release.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4cbf848..17f1eb8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,9 +25,3 @@ jobs: with: RUSTTARGET: ${{ matrix.target }} ARCHIVE_TYPES: ${{ matrix.archive }} - UPLOAD_MODE: 'none' - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: Binary - path: ${{ steps.compile.outputs.BUILT_ARCHIVE }}