Volume not mounted absolute, but in repo.
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after -1m26s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details

This commit is contained in:
Anne de Jong 2023-10-16 15:43:17 +02:00
parent ab103b74f7
commit 5ca899fa0a
1 changed files with 2 additions and 2 deletions

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}}'