fix paths
All checks were successful
Cargo / build (push) Successful in 16s
Cargo / ui (push) Successful in 34s
Cargo / check (push) Successful in 34s
Cargo / test (push) Successful in 55s

This commit is contained in:
2025-07-18 16:43:50 +01:00
parent 3b6794d1c7
commit dfdcad7b1f

View File

@ -68,7 +68,7 @@ jobs:
uses: https://gitea.com/actions/upload-artifact@v3 uses: https://gitea.com/actions/upload-artifact@v3
with: with:
name: dist-${{ hashFiles('src/**') }} name: dist-${{ hashFiles('src/**') }}
path: dist path: ui/dist
include-hidden-files: true include-hidden-files: true
test: test:
@ -96,7 +96,7 @@ jobs:
working-directory: ui working-directory: ui
with: with:
name: dist-${{ hashFiles('src/**') }} name: dist-${{ hashFiles('src/**') }}
path: ../dist path: dist
- name: ls - name: ls
run: | run: |
ls ls