fix: Docker push (#5175)

The action actually does not support wildcards but it does support * for
downloading all artifacts.
This commit is contained in:
Asher 2022-05-06 16:57:22 -05:00 committed by GitHub
parent f735c87ac7
commit 6cf607eab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
with:
repository: "coder/code-server"
tag: v${{ steps.version.outputs.version }}
fileName: "*.deb"
fileName: "*"
out-file-path: "release-packages"
- name: Publish to Docker