Skip to content

Commit

Permalink
Fix missing TARBALL variable at prod/deploy job (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sertaç Karahoda authored Sep 11, 2020
1 parent f2648be commit dc5e1fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}

- name: Set `TARBALL` variable
run: echo ::set-env name=TARBALL::microsoft-teams-app-prod--${GITHUB_REF#refs/tags/v}.tar.gz

- name: Change latest release
run: aws s3 cp $S3_PATH/$TARBALL $S3_PATH/microsoft-teams-app-prod-latest.tar.gz

Expand Down

0 comments on commit dc5e1fb

Please sign in to comment.