8000 Revert "disable s3 upload (for testing only)" · arduino/arduino-fwuploader@b929726 · GitHub
[go: up one dir, main page]

Skip to content

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

Appearance settings

Commit b929726

Browse files
committed
Revert "disable s3 upload (for testing only)"
This reverts commit 5ddd847.
1 parent 0ea816e commit b929726

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,12 @@ jobs:
222222
# (all the files we need are in the DIST_DIR root)
223223
artifacts: ${{ env.DIST_DIR }}/*
224224

225-
# - name: Upload release files on Arduino downloads servers
226-
# uses: docker://plugins/s3
227-
# env:
228-
# PLUGIN_SOURCE: "${{ env.DIST_DIR }}/arduino-fwuploader*"
229-
# PLUGIN_TARGET: ${{ env.AWS_PLUGIN_TARGET }}
230-
# PLUGIN_STRIP_PREFIX: "${{ env.DIST_DIR }}/"
231-
# PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
232-
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
233-
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
225+
- name: Upload release files on Arduino downloads servers
226+
uses: docker://plugins/s3
227+
env:
228+
PLUGIN_SOURCE: "${{ env.DIST_DIR }}/arduino-fwuploader*"
229+
PLUGIN_TARGET: ${{ env.AWS_PLUGIN_TARGET }}
230+
PLUGIN_STRIP_PREFIX: "${{ env.DIST_DIR }}/"
231+
PLUGIN_BUCKET: ${{ secrets.DOWNLOADS_BUCKET }}
232+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
233+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
0