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:
parent
dcf83a351f
commit
049a75e300
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue