File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
4949
5050 - name : List Files
5151 shell : bash
52- run : ls -R ./AssetRipper.NativeDialogs.Example/Release/
52+ run : ls -R ./AssetRipper.NativeDialogs.Example/bin/ Release/
5353
5454 - name : Upload
5555 uses : actions/upload-artifact@v4
5656 with :
5757 name : Example_${{ matrix.config.name }}
5858 path : |
59- ./AssetRipper.NativeDialogs.Example/Release/net9.0/${{ matrix.config.runtime }}/publish/${{ matrix.config.executable }}
60- ./AssetRipper.NativeDialogs.Example/Release/net9.0/${{ matrix.config.runtime }}/publish/*.dll
61- ./AssetRipper.NativeDialogs.Example/Release/net9.0/${{ matrix.config.runtime }}/publish/*.so
62- ./AssetRipper.NativeDialogs.Example/Release/net9.0/${{ matrix.config.runtime }}/publish/*.dylib
59+ ./AssetRipper.NativeDialogs.Example/bin/ Release/net9.0/${{ matrix.config.runtime }}/publish/${{ matrix.config.executable }}
60+ ./AssetRipper.NativeDialogs.Example/bin/ Release/net9.0/${{ matrix.config.runtime }}/publish/*.dll
61+ ./AssetRipper.NativeDialogs.Example/bin/ Release/net9.0/${{ matrix.config.runtime }}/publish/*.so
62+ ./AssetRipper.NativeDialogs.Example/bin/ Release/net9.0/${{ matrix.config.runtime }}/publish/*.dylib
6363 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments