mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +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
|
||||
with:
|
||||
name: krata-alpine-x86_64
|
||||
path: "target/dist/*_amd64.apk"
|
||||
path: "target/dist/*_x86_64.apk"
|
||||
compression-level: 0
|
||||
- run: ./hack/os/build.sh
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user