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:
|
||||
dotnet-version: 3.1.301
|
||||
|
||||
- name: Install dotnet-script
|
||||
run: |
|
||||
dotnet tool install -g dotnet-script
|
||||
dotnet script --version
|
||||
|
||||
- name: Run CreateRelease.cs
|
||||
run: |
|
||||
cd .github # Change the working directory
|
||||
dotnet script CreateRelease.cs
|
||||
dotnet script .github/CreateRelease.cs
|
||||
|
||||
- name: Commit and Push
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user