Skip to content

Commit 975a7ab

Browse files
committed
Remove the upload that doesn't exist anyway
1 parent 89e61fc commit 975a7ab

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,13 @@ jobs:
4242
name: TestResults
4343
path: Modules/ModuleBuilder-TestResults
4444

45-
- uses: actions/upload-artifact@v4
46-
with:
47-
name: Packages
48-
path: Modules/ModuleBuilder-Packages
49-
45+
# These ones are just for the test matrix
5046
- name: Upload Tests
5147
uses: actions/upload-artifact@v4
5248
with:
5349
name: PesterTests
5450
path: ${{github.workspace}}/Tests
51+
5552
- name: Upload build.requires.psd1
5653
uses: actions/upload-artifact@v4
5754
with:

0 commit comments

Comments
 (0)