File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,11 @@ jobs:
57
57
58
58
- name : Publish Nightly [S3]
59
59
if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
60
- uses :
shallwefootball/[email protected]
61
- with :
62
- aws_key_id : ${{ secrets.AWS_ACCESS_KEY_ID }}
63
- aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
64
- aws_bucket : arduino-downloads-prod-beagle
65
- source_dir : ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/
66
- destination_dir : arduino-language-server/nightly/
60
+ uses : docker://plugins/s3
61
+ env :
62
+ PLUGIN_SOURCE : " ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/*"
63
+ PLUGIN_TARGET : " /arduino-language-server/nightly"
64
+ PLUGIN_STRIP_PREFIX : " ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/"
65
+ PLUGIN_BUCKET : ${{ secrets.DOWNLOADS_BUCKET }}
66
+ AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
67
+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments