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 b81045f commit f508908Copy full SHA for f508908
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
name: cs-studio-products
32
path: |
33
- cs-studio/repository/target/products/**
+ cs-studio/product/repository/target/products/*.zip
34
compression-level: 0
35
if-no-files-found: error
36
retention-days: 3
@@ -40,7 +40,7 @@ jobs:
40
name: cs-studio-p2
41
42
cs-studio
43
- !cs-studio/repository/target/products/**
+ !cs-studio/product/repository/target/products/**
44
!cs-studio/build
45
!cs-studio/workspace
46
0 commit comments