File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -116,12 +116,22 @@ jobs:
116
116
if : runner.os == 'MacOS'
117
117
run : ./scripts/nest -cd ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.au_prefix }}${{ env.PLUGIN_NAME }}.component
118
118
119
+ - name : List AU artifacts
120
+ if : runner.os == 'MacOS'
121
+ run : tree ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.au_prefix }}${{ env.PLUGIN_NAME }}.component
122
+
119
123
- name : Move VST3 artifacts
120
124
run : ./scripts/nest -cd ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.vst3_prefix }}${{ env.PLUGIN_NAME }}.vst3
121
125
126
+ - name : List VST3 artifacts
127
+ run : tree ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.vst3_prefix }}${{ env.PLUGIN_NAME }}.vst3
128
+
122
129
- name : Move Standalone artifacts
123
130
run : ./scripts/nest -cd ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.standalone_prefix }}${{ env.PLUGIN_NAME }}${{ matrix.standalone_ext }}
124
131
132
+ - name : List Standalone artifacts
133
+ run : tree ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.standalone_prefix }}${{ env.PLUGIN_NAME }}${{ matrix.standalone_ext }}
134
+
125
135
- name : Upload AU
126
136
if : runner.os == 'MacOS'
127
137
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments