Skip to content

Commit 6cf607e

Browse files
authored
fix: Docker push (#5175)
The action actually does not support wildcards but it does support * for downloading all artifacts.
1 parent f735c87 commit 6cf607e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
repository: "coder/code-server"
4646
tag: v${{ steps.version.outputs.version }}
47-
fileName: "*.deb"
47+
fileName: "*"
4848
out-file-path: "release-packages"
4949

5050
- name: Publish to Docker

0 commit comments

Comments
 (0)