Skip to content

Commit bbabe64

Browse files
committed
Fix workflow file
1 parent f908e95 commit bbabe64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)