We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca66fc6 commit f6d41f8Copy full SHA for f6d41f8
1 file changed
.github/workflows/projmgr.yml
@@ -112,6 +112,7 @@ jobs:
112
if-no-files-found: error
113
114
- name: Archive projmgr schemas
115
+ if: matrix.arch == 'amd64' && matrix.target == 'linux'
116
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
117
with:
118
name: projmgr-schemas
@@ -120,6 +121,7 @@ jobs:
120
121
122
123
- name: Archive projmgr templates
124
125
126
127
name: projmgr-templates
0 commit comments