fix: correct linux bundle path
parent
d283015692
commit
c55105c710
|
@ -23,7 +23,7 @@ jobs:
|
|||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: linux-build
|
||||
path: build/x64/release/bundle
|
||||
path: build/linux/x64/release/bundle
|
||||
|
||||
build-android:
|
||||
name: Build for Android
|
||||
|
|
Loading…
Reference in New Issue