Skip to content

Commit

Permalink
folder for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispsheehan committed Jan 17, 2024
1 parent 2e3dfcc commit f49c9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
- name: Uploadfile to s3
env:
S3_BUCKET_NAME: ${{ github.event.repository.name }}-versions
S3_FILE_PATH: ${{ env.app_folder }}${{ inputs.version_file }}
S3_FILE_PATH: src/${{ inputs.version_file }}
shell: bash
run: |
bash bin/upload-s3-file.sh

0 comments on commit f49c9cd

Please sign in to comment.