mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
workflows: fix path to apk in nightly build
This commit is contained in:
parent
7a9a9abd66
commit
2ec619c0c3
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: krata-alpine-x86_64
|
name: krata-alpine-x86_64
|
||||||
path: "target/dist/*_amd64.apk"
|
path: "target/dist/*_x86_64.apk"
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
- run: ./hack/os/build.sh
|
- run: ./hack/os/build.sh
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user