Skip to content

Commit 29fac06

Browse files
committed
Fixed GH release
1 parent 709405b commit 29fac06

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- name: Github Release
2222
uses: softprops/action-gh-release@v1
2323
with:
24-
files: aws-codeartifact-proxy-x86_64 aws-codeartifact-proxy-arm64
24+
files: |
25+
aws-codeartifact-proxy-x86_64
26+
aws-codeartifact-proxy-arm64
2527
- name: Log in to Docker Hub
2628
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
2729
with:

0 commit comments

Comments
 (0)