SHA256
more fixes for build_release action.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
name: "Build Release"
|
||||
|
||||
env:
|
||||
GIT_DEFAULT_HASH: sha256
|
||||
run-name: "Build Release: ${{ inputs.tag_name }}"
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Enables manual triggering
|
||||
@@ -42,7 +40,7 @@ jobs:
|
||||
run: cargo build --release
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: nyanit-${{ inputs.tag_name || gitea.ref_name }}
|
||||
path: target/release/nyanit
|
||||
|
||||
Reference in New Issue
Block a user