Skip to content

Commit 04961fc

Browse files
Change S3 release bucket path (#4)
1 parent 5672b72 commit 04961fc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# As defined by the Taskfile's DIST_DIR variable
88
DIST_DIR: dist
99
# The project's folder on Arduino's download server for uploading builds
10-
AWS_PLUGIN_TARGET: /arduino-fwuploader/plugins/
10+
AWS_PLUGIN_TARGET: /arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/
1111
ARTIFACT_NAME: dist
1212

1313
on:

extras/package_index.json.template

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,56 @@
44
"systems": [
55
{
66
"host": "i686-linux-gnu",
7-
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/%%FILENAME%%_%%VERSION%%_Linux_32bit.tar.gz",
7+
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/%%FILENAME%%_%%VERSION%%_Linux_32bit.tar.gz",
88
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Linux_32bit.tar.gz",
99
"checksum": "SHA-256:%%LINUX32_SHA%%",
1010
"size": "%%LINUX32_SIZE%%"
1111
},
1212
{
1313
"host": "x86_64-linux-gnu",
14-
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/%%FILENAME%%_%%VERSION%%_Linux_64bit.tar.gz",
14+
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/%%FILENAME%%_%%VERSION%%_Linux_64bit.tar.gz",
1515
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Linux_64bit.tar.gz",
1616
"checksum": "SHA-256:%%LINUX64_SHA%%",
1717
"size": "%%LINUX64_SIZE%%"
1818
},
1919
{
2020
"host": "i686-mingw32",
21-
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
21+
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
2222
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
2323
"checksum": "SHA-256:%%WINDOWS32_SHA%%",
2424
"size": "%%WINDOWS32_SIZE%%"
2525
},
2626
{
2727
"host": "x86_64-mingw32",
28-
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
28+
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
2929
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
3030
"checksum": "SHA-256:%%WINDOWS64_SHA%%",
3131
"size": "%%WINDOWS64_SIZE%%"
3232
},
3333
{
3434
"host": "x86_64-apple-darwin",
35-
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/%%FILENAME%%_%%VERSION%%_macOS_64bit.tar.gz",
35+
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/%%FILENAME%%_%%VERSION%%_macOS_64bit.tar.gz",
3636
"archiveFileName": "%%FILENAME%%_%%VERSION%%_macOS_64bit.tar.gz",
3737
"checksum": "SHA-256:%%OSX64_SHA%%",
3838
"size": "%%OSX64_SIZE%%"
3939
},
4040
{
4141
"host": "arm64-apple-darwin",
42-
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/%%FILENAME%%_%%VERSION%%_macOS_ARM64.tar.gz",
42+
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/%%FILENAME%%_%%VERSION%%_macOS_ARM64.tar.gz",
4343
"archiveFileName": "%%FILENAME%%_%%VERSION%%_macOS_ARM64.tar.gz",
4444
"checksum": "SHA-256:%%OSXARM64_SHA%%",
4545
"size": "%%OSXARM64_SIZE%%"
4646
},
4747
{
4848
"host": "arm-linux-gnueabihf",
49-
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/%%FILENAME%%_%%VERSION%%_Linux_ARMv6.tar.gz",
49+
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/%%FILENAME%%_%%VERSION%%_Linux_ARMv6.tar.gz",
5050
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Linux_ARMv6.tar.gz",
5151
"checksum": "SHA-256:%%LINUXARM_SHA%%",
5252
"size": "%%LINUXARM_SIZE%%"
5353
},
5454
{
5555
"host": "aarch64-linux-gnu",
56-
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/%%FILENAME%%_%%VERSION%%_Linux_ARM64.tar.gz",
56+
"url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/%%FILENAME%%_%%VERSION%%_Linux_ARM64.tar.gz",
5757
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Linux_ARM64.tar.gz",
5858
"checksum": "SHA-256:%%LINUXARM64_SHA%%",
5959
"size": "%%LINUXARM64_SIZE%%"

0 commit comments

Comments
 (0)