We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b182c13 commit c47bce2Copy full SHA for c47bce2
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/upload-artifact@v3
24
with:
25
name: icarus_editor_windows${{ matrix.os.version }}
26
- path: ./src/icarus_editor/build/windows/runner/Release/
+ path: ./src/icarus_editor/build/windows/x64/runner/Release/
27
28
create_release:
29
needs: [build_windows]
0 commit comments