Skip to content

Commit 8199b82

Browse files
committed
remove the artifacts step
1 parent b98f79b commit 8199b82

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,4 @@ jobs:
3434
NUGET_API_KEY: ${{ secrets.MYGET_CI_API_KEY }}
3535
run: ./Push.ps1
3636
shell: pwsh
37-
- name: Artifacts
38-
uses: actions/upload-artifact@v2
39-
with:
40-
name: artifacts
41-
path: artifacts/**/*
37+

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,3 @@ jobs:
3535
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
3636
run: ./Push.ps1
3737
shell: pwsh
38-
- name: Artifacts
39-
uses: actions/upload-artifact@v2
40-
with:
41-
name: artifacts
42-
path: artifacts/**/*

0 commit comments

Comments
 (0)