|
|
|
@ -97,6 +97,11 @@ jobs:
@@ -97,6 +97,11 @@ jobs:
|
|
|
|
|
name: ${{ env.ARTIFACT }} |
|
|
|
|
path: ${{ runner.temp }}/shadow_build_dir/package/${{ env.ARTIFACT }} |
|
|
|
|
|
|
|
|
|
# This will set GIT_BRANCH_NAME environment variable |
|
|
|
|
- name: Git branch name |
|
|
|
|
id: git-branch-name |
|
|
|
|
uses: EthanSK/git-branch-name-action@v1 |
|
|
|
|
|
|
|
|
|
- name: Upload build to S3 Bucket |
|
|
|
|
if: github.event_name == 'push' |
|
|
|
|
working-directory: ${{ runner.temp }}/shadow_build_dir/package |
|
|
|
|