Update LANCommander.Release.yml

dhcp-server
Pat Hartl 2023-09-04 13:41:32 -05:00 committed by GitHub
parent 344e2de3d9
commit 2d3c3c7407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: LANCommander-${{ steps.trim_tag_ref.outputs.replaced }}
name: LANCommander-v${{ steps.trim_tag_ref.outputs.replaced }}
path: "./_Build"
# Client
- uses: actions/checkout@v3