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 b98f79b commit 8199b82Copy full SHA for 8199b82
.github/workflows/ci.yml
@@ -34,8 +34,4 @@ jobs:
34
NUGET_API_KEY: ${{ secrets.MYGET_CI_API_KEY }}
35
run: ./Push.ps1
36
shell: pwsh
37
- - name: Artifacts
38
- uses: actions/upload-artifact@v2
39
- with:
40
- name: artifacts
41
- path: artifacts/**/*
+
.github/workflows/release.yml
@@ -35,8 +35,3 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
42
0 commit comments