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