ci: fix packages location
All checks were successful
All checks were successful
This commit is contained in:
parent
f558d0f11a
commit
ea99261ca8
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ jobs:
|
|||
uses: forgejo/upload-artifact@v3
|
||||
with:
|
||||
name: package
|
||||
path: packages
|
||||
path: /home/buildozer/packages
|
||||
|
||||
deploy-aarch64:
|
||||
needs: [build-aarch64]
|
||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
uses: forgejo/upload-artifact@v3
|
||||
with:
|
||||
name: package
|
||||
path: packages
|
||||
path: /home/buildozer/packages
|
||||
|
||||
deploy-x86_64:
|
||||
needs: [build-x86_64]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue