mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated CreateRelease.yml
This commit is contained in:
parent
d0c3fe0ea3
commit
c24ee77c1b
8
.github/workflows/CreateRelease.yml
vendored
8
.github/workflows/CreateRelease.yml
vendored
@ -24,10 +24,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.301
|
dotnet-version: 3.1.301
|
||||||
|
|
||||||
|
- name: Install dotnet-script
|
||||||
|
run: |
|
||||||
|
dotnet tool install -g dotnet-script
|
||||||
|
dotnet script --version
|
||||||
|
|
||||||
- name: Run CreateRelease.cs
|
- name: Run CreateRelease.cs
|
||||||
run: |
|
run: |
|
||||||
cd .github # Change the working directory
|
dotnet script .github/CreateRelease.cs
|
||||||
dotnet script CreateRelease.cs
|
|
||||||
|
|
||||||
- name: Commit and Push
|
- name: Commit and Push
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user