ci: zip artifact into eponymous directory.
ci: Fix condition to skip publish Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
${{
|
||||
!failure() && !cancelled()
|
||||
&& inputs.machines
|
||||
&& inputs.docker_repo
|
||||
&& inputs.docker_repo != ''
|
||||
&& github.ref == 'refs/heads/main'
|
||||
}}
|
||||
name: Publish containers
|
||||
|
||||
Reference in New Issue
Block a user