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.
This commit is contained in:
Ian Wijma 2023-11-21 01:07:37 +11:00
parent dcf83a351f
commit 049a75e300
1 changed files with 0 additions and 6 deletions

View File

@ -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 }}