Forgot dash
This commit is contained in:
parent
5b76ff007c
commit
67ff10b5e5
@ -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
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
volumes:
|
||||
lasp_dist:/dist
|
||||
- lasp_dist:/dist
|
||||
needs: Build-Test-Ubuntu
|
||||
if: startsWith(gitea.ref, 'refs/tags/v')
|
||||
container:
|
||||
|
Loading…
Reference in New Issue
Block a user