build: Can I get CI to artifact the dist files?
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 20m34s
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 20m34s
This commit is contained in:
parent
4257b2ed51
commit
79f9463e56
@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
with:
|
with:
|
||||||
packages: 'tools platform-tools build-tools;34.0.0 platforms;android-34 ndk;26.3.11579264'
|
packages: 'tools platform-tools build-tools;34.0.0 platforms;android-34 ndk;26.3.11579264'
|
||||||
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` all docs
|
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` all dist docs
|
||||||
- run: docker build .
|
- run: docker build .
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@ -36,3 +36,7 @@ jobs:
|
|||||||
out/tildefriends-x86_64.AppImage
|
out/tildefriends-x86_64.AppImage
|
||||||
out/release/tildefriends.standalone
|
out/release/tildefriends.standalone
|
||||||
out/armrelease/tildefriends.standalone
|
out/armrelease/tildefriends.standalone
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: dist
|
||||||
|
path: dist/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user