Skip to content
Snippets Groups Projects
Commit f11be0e2 authored by Pat Alt's avatar Pat Alt
Browse files

done

parent d1533239
No related branches found
No related tags found
1 merge request!8466 revision
......@@ -29,3 +29,11 @@ lazy = true
[["results-paper-submission-1.8.5".download]]
sha256 = "15c6d44aba4e9860ba2b55b70ce8a2f41216d190a5e951fd6907b8cb616ec215"
url = "https://github.com/pat-alt/ECCCo.jl/releases/download/results-paper-submission-1.8.5/results-paper-submission-1.8.5.tar.gz"
[results_aaai]
git-tree-sha1 = "fed98225cbba644a27ec46fdbd4d8f096cc390fa"
lazy = true
[[results_aaai.download]]
sha256 = "0d8491ce9bc5f94a8d6bf45c196cd9b6d6f19960a459f08038c22d370aacbb8f"
url = "https://github.com/pat-alt/ECCCo.jl/releases/download/results_aaai/results_aaai.tar.gz"
......@@ -74,8 +74,8 @@ end
const PLZ = plz
# Constants:
const LATEST_VERSION = "1.8.5"
const ARTIFACT_NAME = "results-paper-submission-$(LATEST_VERSION)"
const LATEST_VERSION = "1.9.3"
const ARTIFACT_NAME = "results_aaai"
const ARTIFACT_TOML = LazyArtifacts.find_artifacts_toml(".")
const ARTIFACT_HASH = artifact_hash(ARTIFACT_NAME, ARTIFACT_TOML)
const LATEST_ARTIFACT_PATH = joinpath(artifact_path(ARTIFACT_HASH), ARTIFACT_NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment