workflows: fix path to apk in nightly build

This commit is contained in:
Alex Zenla 2024-03-11 04:27:45 -07:00
parent 7a9a9abd66
commit 2ec619c0c3
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -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: