Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 057ce7d

Browse files
committed
Revert "disable s3 push for testing"
This reverts commit c4fd700.
1 parent ad15d89 commit 057ce7d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

‎.github/workflows/release-go-task.yml‎

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -197,19 +197,19 @@ jobs:
197197
# (all the files we need are in the DIST_DIR root)
198198
artifacts: ${{ env.DIST_DIR }}/*
199199

200-
#- name: Upload release files on Arduino downloads servers
201-
# uses: docker://plugins/s3
202-
# env:
203-
# PLUGIN_SOURCE: "${{ env.DIST_DIR }}/*"
204-
# PLUGIN_TARGET: ${{ env.AWS_PLUGIN_TARGET }}
205-
# PLUGIN_STRIP_PREFIX: "${{ env.DIST_DIR }}/"
206-
# PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
207-
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
208-
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
209-
210-
#- name: Update Homebrew formula
211-
# if: steps.prerelease.outputs.IS_PRE != 'true'
212-
# uses: dawidd6/action-homebrew-bump-formula@v3
213-
# with:
214-
# token: ${{ secrets.ARDUINOBOT_GITHUB_TOKEN }}
215-
# formula: arduino-cli
200+
- name: Upload release files on Arduino downloads servers
201+
uses: docker://plugins/s3
202+
env:
203+
PLUGIN_SOURCE: "${{ env.DIST_DIR }}/*"
204+
PLUGIN_TARGET: ${{ env.AWS_PLUGIN_TARGET }}
205+
PLUGIN_STRIP_PREFIX: "${{ env.DIST_DIR }}/"
206+
PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
207+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
208+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
209+
210+
- name: Update Homebrew formula
211+
if: steps.prerelease.outputs.IS_PRE != 'true'
212+
uses: dawidd6/action-homebrew-bump-formula@v3
213+
with:
214+
token: ${{ secrets.ARDUINOBOT_GITHUB_TOKEN }}
215+
formula: arduino-cli

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /