Volume not mounted absolute, but in repo.
This commit is contained in:
parent
ab103b74f7
commit
5ca899fa0a
@ -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}}'
|
||||
|
Loading…
Reference in New Issue
Block a user