Skip to content

Commit 062ac6f

Browse files
author
Akos Kitta
committed
removed if and added uses for the s3 step
Signed-off-by: Akos Kitta <[email protected]>
1 parent 8d50cd2 commit 062ac6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
publish:
5959
needs: build
6060
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
61-
uses: docker://plugins/s3
6261
steps:
6362
- name: Download [GitHub Actions]
6463
uses: actions/download-artifact@v2
@@ -67,7 +66,7 @@ jobs:
6766
path: build-artifacts
6867

6968
- name: Publish Nightly [S3]
70-
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
69+
uses: docker://plugins/s3
7170
env:
7271
PLUGIN_SOURCE: "build-artifacts/*"
7372
PLUGIN_TARGET: "/arduino-language-server/nightly"

0 commit comments

Comments
 (0)