Skip to content

Commit

Permalink
Fixed GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
sktan committed Sep 29, 2023
1 parent 709405b commit 29fac06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Github Release
uses: softprops/action-gh-release@v1
with:
files: aws-codeartifact-proxy-x86_64 aws-codeartifact-proxy-arm64
files: |
aws-codeartifact-proxy-x86_64
aws-codeartifact-proxy-arm64
- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down

0 comments on commit 29fac06

Please sign in to comment.