Skip to content

Commit

Permalink
Replace deprecated command with environment file (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: jongwooo <[email protected]>
  • Loading branch information
jongwooo authored Sep 14, 2023
1 parent 34a718c commit 30cb3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Get tag
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
run: echo "branch=$(echo ${GITHUB_REF##*/})" >> $GITHUB_OUTPUT
id: tag

- name: Building litmusctl
Expand All @@ -55,4 +55,4 @@ jobs:

- name: Copy binaries to the litmusctl s3 bucket
run: |
aws s3 sync platforms-${{ steps.tag.outputs.branch }} s3://${{ secrets.AWS_S3_BUCKET }}
aws s3 sync platforms-${{ steps.tag.outputs.branch }} s3://${{ secrets.AWS_S3_BUCKET }}

0 comments on commit 30cb3ca

Please sign in to comment.