Skip to content

Commit 3341f85

Browse files
committed
remove schema from artifacts
1 parent 8b8853b commit 3341f85

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Artifacts.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[plotlyjs]
2-
git-tree-sha1 = "5067bdc8419e4cd1200c7112de5e894e4f806b58"
1+
["plotly.min.js"]
2+
git-tree-sha1 = "8e9de38e6b7f40c85bf6924e89cf0181f1cb2bbb"
33

4-
[[plotlyjs.download]]
5-
sha256 = "93092503bb83dbde5a5484fc8aaf7c10dc68ae25e777c52010a0af07c487216d"
6-
url = "https://github.com/joshday/PlotlyLight.jl/releases/download/artifacts_2022-02-11/PlotlyLightArtifacts.tar.gz"
4+
[["plotly.min.js".download]]
5+
sha256 = "9feeeddc191cbac16815c2c36c3fbd6e41989395f146c4a185bc8c2be7a7ca12"
6+
url = "https://github.com/joshday/PlotlyLight.jl/releases/download/artifacts_2022-02-14/PlotlyLightArtifacts.tar.gz"

deps/artifact_bundle.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sleep(10)
3232

3333
add_artifact!(
3434
"Artifacts.toml",
35-
"plotlyjs",
35+
"plotly.min.js",
3636
"https://github.com/joshday/PlotlyLight.jl/releases/download/$artifacts_today/PlotlyLightArtifacts.tar.gz",
3737
force=true,
3838
)

src/PlotlyLight.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Artifacts
88

99
export Plot, Config
1010

11-
plotlyjs = joinpath(artifact"plotlyjs", "plotly.min.js")
11+
plotlyjs = joinpath(artifact"plotly.min.js", "plotly.min.js")
1212

1313
#-----------------------------------------------------------------------------# defaults
1414
module Defaults

0 commit comments

Comments
 (0)