Browse Source

Update release.yml

pull/1047/head
Rinne GitHub 2 years ago
parent
commit
e33c84a5ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/release.yml

+ 2
- 1
.github/workflows/release.yml View File

@@ -1,4 +1,4 @@
name: Release
name: release


on: on:
workflow_run: workflow_run:
@@ -14,6 +14,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest


steps: steps:
- uses: actions/checkout@v3
- name: Setup .NET 6.0.x SDK - name: Setup .NET 6.0.x SDK
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:


Loading…
Cancel
Save