mirror of https://github.com/coder/code-server.git
fix: Docker push (#5175)
The action actually does not support wildcards but it does support * for downloading all artifacts.
This commit is contained in:
parent
f735c87ac7
commit
6cf607eab9
|
@ -44,7 +44,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: "coder/code-server"
|
repository: "coder/code-server"
|
||||||
tag: v${{ steps.version.outputs.version }}
|
tag: v${{ steps.version.outputs.version }}
|
||||||
fileName: "*.deb"
|
fileName: "*"
|
||||||
out-file-path: "release-packages"
|
out-file-path: "release-packages"
|
||||||
|
|
||||||
- name: Publish to Docker
|
- name: Publish to Docker
|
||||||
|
|
Loading…
Reference in New Issue