Skip to content

Commit

Permalink
'upload-s3-action' cannot upload a single file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Akos Kitta committed Aug 24, 2020
1 parent 27c75b6 commit 35d3be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_bucket: arduino-downloads-prod-beagle
source_dir: ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/${{ env.EXECUTABLE_NAME }}_${{ runner.OS }}_amd64.zip
source_dir: ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/
destination_dir: arduino-language-server/nightly/

0 comments on commit 35d3be2

Please sign in to comment.