Volume not mounted absolute, but in repo.
Some checks failed
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after -1m26s
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:43:17 +02:00
parent ab103b74f7
commit 5ca899fa0a

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
@ -47,5 +47,5 @@ jobs:
working-directory: "/"
with:
files: |-
/dist/**
./dist/**
api_key: '${{secrets.RELEASE_TOKEN}}'