From 82b37ecc6e8392e6b223177a0e91ab0c3eff6f87 Mon Sep 17 00:00:00 2001 From: Matteo Pologruto Date: Wed, 15 Feb 2023 10:13:25 +0100 Subject: [PATCH] Set `AWS_PLUGIN_TARGET` to `/tools/` --- .github/workflows/release-go-crosscompile-task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-go-crosscompile-task.yml b/.github/workflows/release-go-crosscompile-task.yml index c119f22..ad684ad 100644 --- a/.github/workflows/release-go-crosscompile-task.yml +++ b/.github/workflows/release-go-crosscompile-task.yml @@ -7,7 +7,7 @@ env: # As defined by the Taskfile's DIST_DIR variable DIST_DIR: dist # The project's folder on Arduino's download server for uploading builds - AWS_PLUGIN_TARGET: /arduino101load/ + AWS_PLUGIN_TARGET: /tools/ ARTIFACT_NAME: dist # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax GO_VERSION: "1.17"