Skip to content

Commit 35d3be2

Browse files
author
Akos Kitta
committed
'upload-s3-action' cannot upload a single file.
Ref: shallwefootball/upload-s3-action#6 Signed-off-by: Akos Kitta <[email protected]>
1 parent 27c75b6 commit 35d3be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
6363
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6464
aws_bucket: arduino-downloads-prod-beagle
65-
source_dir: ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/${{ env.EXECUTABLE_NAME }}_${{ runner.OS }}_amd64.zip
65+
source_dir: ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/
6666
destination_dir: arduino-language-server/nightly/

0 commit comments

Comments
 (0)