Skip to content

Commit 7d90956

Browse files
authored
Yml fixing
1 parent 8392378 commit 7d90956

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

.github/workflows/prepare_release.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,22 @@ jobs:
6363
update_release:
6464
needs: [collect_contributors, build_artifacts]
6565
runs-on: ubuntu-latest
66+
name: Update Release
6667

67-
- name: Download NuGet Artifacts
68-
uses: actions/download-artifact@v3
69-
with:
70-
name: NuGets
71-
path: nugets
72-
73-
- name: Download Demo App Artifacts
74-
uses: actions/download-artifact@v3
75-
with:
76-
name: DemoApp
77-
path: demo-app
78-
79-
- name: Add Artifacts to Release
80-
run: |
81-
gh release upload "github.ref" nugets/*
82-
gh release upload "github.ref" demo-app/*
68+
steps:
69+
- name: Download NuGet Artifacts
70+
uses: actions/download-artifact@v3
71+
with:
72+
name: NuGets
73+
path: nugets
74+
75+
- name: Download Demo App Artifacts
76+
uses: actions/download-artifact@v3
77+
with:
78+
name: DemoApp
79+
path: demo-app
80+
81+
- name: Add Artifacts to Release
82+
run: |
83+
gh release upload "github.ref" nugets/*
84+
gh release upload "github.ref" demo-app/*

0 commit comments

Comments
 (0)