Skip to content

Commit ae699de

Browse files
ensure all plugins are uploaded
1 parent e12c2b0 commit ae699de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/upload-artifact@v4
8686
with:
8787
name: pulumi-gcp-vertex-model-deployment-${{ matrix.goos }}-${{ matrix.goarch }}
88-
path: build/pulumi-resource-vertex-model-deployment-${{ matrix.goos }}-${{ matrix.goarch }}
88+
path: build/pulumi-resource-vertex-model-deployment-*
8989

9090
lint:
9191
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)