Skip to content

Commit c47bce2

Browse files
committed
fix Github CI
1 parent b182c13 commit c47bce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/upload-artifact@v3
2424
with:
2525
name: icarus_editor_windows${{ matrix.os.version }}
26-
path: ./src/icarus_editor/build/windows/runner/Release/
26+
path: ./src/icarus_editor/build/windows/x64/runner/Release/
2727

2828
create_release:
2929
needs: [build_windows]

0 commit comments

Comments
 (0)