Skip to content

Commit

Permalink
Update release.yml (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
resdenia authored May 21, 2023
1 parent 91892e9 commit ea5dd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
- name: download zip
run: |
if [[ "${{ env.integration }}" = "CloudWatch" ]]; then
wget -c https://github.com/resdenia/github-action-aws-python/releases/download/${{ github.event.release.tag_name }}/logzio-cloudwatch-log-shipper.zip -O logzio-cloudwatch.zip
wget -c https://github.com/logzio/logzio_aws_serverless/releases/download/${{ github.event.release.tag_name }}/logzio-cloudwatch-log-shipper.zip -O logzio-cloudwatch.zip
else
wget -c https://github.com/resdenia/github-action-aws-python/releases/download/${{ github.event.release.tag_name }}/logzio-kinesis-log-shipper.zip -O logzio-kinesis.zip
wget -c https://github.com/logzio/logzio_aws_serverless/releases/download/${{ github.event.release.tag_name }}/logzio-kinesis-log-shipper.zip -O logzio-kinesis.zip
fi
shell: bash
- name: create new version
Expand Down

0 comments on commit ea5dd75

Please sign in to comment.