fix: correct linux bundle path

main
daniel-michel 2023-11-16 16:16:09 +01:00
parent d283015692
commit c55105c710
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
uses: actions/upload-artifact@master uses: actions/upload-artifact@master
with: with:
name: linux-build name: linux-build
path: build/x64/release/bundle path: build/linux/x64/release/bundle
build-android: build-android:
name: Build for Android name: Build for Android