Skip to content

Commit 2e22b25

Browse files
⚗️ List build artifacts
1 parent 7412f90 commit 2e22b25

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,22 @@ jobs:
116116
if: runner.os == 'MacOS'
117117
run: ./scripts/nest -cd ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.au_prefix }}${{ env.PLUGIN_NAME }}.component
118118

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+
119123
- name: Move VST3 artifacts
120124
run: ./scripts/nest -cd ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.vst3_prefix }}${{ env.PLUGIN_NAME }}.vst3
121125

126+
- name: List VST3 artifacts
127+
run: tree ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.vst3_prefix }}${{ env.PLUGIN_NAME }}.vst3
128+
122129
- name: Move Standalone artifacts
123130
run: ./scripts/nest -cd ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.standalone_prefix }}${{ env.PLUGIN_NAME }}${{ matrix.standalone_ext }}
124131

132+
- name: List Standalone artifacts
133+
run: tree ${{ matrix.plugin_buildir }}/${{ matrix.build_prefix }}/${{ matrix.standalone_prefix }}${{ env.PLUGIN_NAME }}${{ matrix.standalone_ext }}
134+
125135
- name: Upload AU
126136
if: runner.os == 'MacOS'
127137
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)