Update LANCommander.Release.yml
This commit is contained in:
parent
91dd9df3ce
commit
68ae929ede
1 changed files with 2 additions and 2 deletions
4
.github/workflows/LANCommander.Release.yml
vendored
4
.github/workflows/LANCommander.Release.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: LANCommander-${{ github.event.release.tag_name }}
|
name: LANCommander-${{ github.ref }}
|
||||||
path: "./_Build"
|
path: "./_Build"
|
||||||
# Client
|
# Client
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: LANCommander.PlaynitePlugin-${{ github.event.release.tag_name }}
|
name: LANCommander.PlaynitePlugin-${{ github.ref }}
|
||||||
path: LANCommander.PlaynitePlugin_48e1bac7-e0a0-45d7-ba83-36f5e9e959fc_1_0.pext
|
path: LANCommander.PlaynitePlugin_48e1bac7-e0a0-45d7-ba83-36f5e9e959fc_1_0.pext
|
||||||
# Release
|
# Release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue