Skip to content

Commit

Permalink
Update CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Aug 1, 2024
1 parent 6092e54 commit 1a16e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
shell: bash
run: |
BIN_OUTPUT=target/${{ matrix.target }}/release/${PROJECT_NAME}
aws s3 cp $BIN_OUTPUT s3://eclair-releases/${{ matrix.target }}/${PROJECT_NAME}
aws s3 cp $BIN_OUTPUT s3://eclair-releases/${{ matrix.name }}/${PROJECT_NAME}

0 comments on commit 1a16e85

Please sign in to comment.