mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-10 11:12:58 +01:00
Update .github/workflows/release.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
02f88cb309
commit
72667822f5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
id: set_artifact_name
|
id: set_artifact_name
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "artifact_name=wela-${{ github.event.inputs.release_ver }}" >> $GITHUB_OUTPUT ;;
|
echo "artifact_name=wela-${{ github.event.inputs.release_ver }}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
if: contains(matrix.info.os, 'windows') == true
|
if: contains(matrix.info.os, 'windows') == true
|
||||||
|
|||||||
Reference in New Issue
Block a user