Apparently path may not be absolute. What a inflexible release system!
All checks were successful
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m38s
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped

This commit is contained in:
Anne de Jong 2023-10-16 15:54:08 +02:00
parent de3ef1b4c1
commit 152d6d635d

View File

@ -9,7 +9,7 @@ jobs:
container:
image: ascee/ubuntu_build:latest
volumes:
- lasp_dist:./dist
- lasp_dist:/dist
steps:
- name: Checkout
uses: actions/checkout@v4