We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d50cd2 commit 062ac6fCopy full SHA for 062ac6f
.github/workflows/build.yml
@@ -58,7 +58,6 @@ jobs:
58
publish:
59
needs: build
60
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
61
- uses: docker://plugins/s3
62
steps:
63
- name: Download [GitHub Actions]
64
uses: actions/download-artifact@v2
@@ -67,7 +66,7 @@ jobs:
67
66
path: build-artifacts
68
69
- name: Publish Nightly [S3]
70
- if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
+ uses: docker://plugins/s3
71
env:
72
PLUGIN_SOURCE: "build-artifacts/*"
73
PLUGIN_TARGET: "/arduino-language-server/nightly"
0 commit comments