We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a12cd commit 32baddaCopy full SHA for 32badda
.github/workflows/publish_nuget.yml
@@ -0,0 +1,30 @@
1
+name: Publish NuGet
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ build:
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - name: Download Windows artifact
12
+ uses: dawidd6/action-download-artifact@v2
13
+ with:
14
+ github_token: ${{secrets.GITHUB_TOKEN}}
15
+ workflow: windows.yml
16
17
+ - name: Download Ubuntu artifact
18
19
20
21
+ workflow: ubuntu18.yml
22
23
+ - name: Download macos artifact
24
25
26
27
+ workflow: macos10.yml
28
29
+ - run: |
30
+ ls
0 commit comments