fix: correct linux bundle path
parent
d283015692
commit
c55105c710
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue