File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,19 @@ jobs:
134
134
-r ${{ github.workspace }}/nuopc-app-prototypes \
135
135
-s ~/.spack-ci
136
136
137
- # push test results to artifacts
137
+ # compress run directory of NUOPC app prototypes
138
+ - name : Prepare NUOPC App Prototypes Artifacts Directory
139
+ run : |
140
+ cd ${{ github.workspace }}/nuopc-app-prototypes
141
+ mkdir Artifacts
142
+ mv NUOPC-PROTO-RESULTS Artifacts/
143
+
144
+ # push test results to artifacts
138
145
- name : Upload Artifacts
139
146
uses : actions/upload-artifact@v3
140
147
with :
141
148
name : Artifacts for ${{ matrix.compiler }} ${{ matrix.esmf }}
142
- path : ${{ github.workspace }}/nuopc-app-prototypes/NUOPC-PROTO-RESULTS
149
+ path : ${{ github.workspace }}/nuopc-app-prototypes/Artifacts
143
150
retention-days : 5
144
151
145
152
# force to fail if there is any failed nuopc app prototypes
You can’t perform that action at this time.
0 commit comments