Skip to content

Commit f49c9cd

Browse files
committed
folder for upload
1 parent 2e3dfcc commit f49c9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
- name: Uploadfile to s3
4545
env:
4646
S3_BUCKET_NAME: ${{ github.event.repository.name }}-versions
47-
S3_FILE_PATH: ${{ env.app_folder }}${{ inputs.version_file }}
47+
S3_FILE_PATH: src/${{ inputs.version_file }}
4848
shell: bash
4949
run: |
5050
bash bin/upload-s3-file.sh

0 commit comments

Comments
 (0)