Skip to content

Commit

Permalink
chore: Add proper hashes for fcli dev_github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 26, 2023
1 parent 8625554 commit 19f4451
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions setup/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6614,14 +6614,14 @@ const TOOLS = {
const INTERNAL_FCLI_VERSION = TOOLS["fcli"]["versionAliases"]["action-default"];
const FCLI_SHA256 = {
"dev_github-action": {
"win32": "dgdsgg",
"linux": "dsfdfas",
"darwin": "dsfdsfdf"
"win32": "803089f25c6e15e73281e61182ebe30f9542a93d7326105c3869b0771611436c",
"linux": "6bf599d1951f59bf9d3c115b7ac398625f86add52f3bc3b55fdb58ffe6aef360",
"darwin": "c730a6f4c49640bfd54d566608f869357e80e2a334468d1a75967ca230fb3239"
},
"1.3.1": {
"win32": "dgdsgg",
"linux": "dsfdfas",
"darwin": "dsfdsfdf"
"win32": "803089f25c6e15e73281e61182ebe30f9542a93d7326105c3869b0771611436c",
"linux": "6bf599d1951f59bf9d3c115b7ac398625f86add52f3bc3b55fdb58ffe6aef360",
"darwin": "c730a6f4c49640bfd54d566608f869357e80e2a334468d1a75967ca230fb3239"
}
};
/**
Expand Down
12 changes: 6 additions & 6 deletions setup/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ const TOOLS: Record<string, Record<string, Record<string, string>>> = {
const INTERNAL_FCLI_VERSION = TOOLS["fcli"]["versionAliases"]["action-default"];
const FCLI_SHA256: Record<string, Record<string, string>> = {
"dev_github-action": {
"win32": "dgdsgg",
"linux": "dsfdfas",
"darwin": "dsfdsfdf"
"win32": "803089f25c6e15e73281e61182ebe30f9542a93d7326105c3869b0771611436c",
"linux": "6bf599d1951f59bf9d3c115b7ac398625f86add52f3bc3b55fdb58ffe6aef360",
"darwin": "c730a6f4c49640bfd54d566608f869357e80e2a334468d1a75967ca230fb3239"
},
"1.3.1": {
"win32": "dgdsgg",
"linux": "dsfdfas",
"darwin": "dsfdsfdf"
"win32": "803089f25c6e15e73281e61182ebe30f9542a93d7326105c3869b0771611436c",
"linux": "6bf599d1951f59bf9d3c115b7ac398625f86add52f3bc3b55fdb58ffe6aef360",
"darwin": "c730a6f4c49640bfd54d566608f869357e80e2a334468d1a75967ca230fb3239"
}

}
Expand Down

0 comments on commit 19f4451

Please sign in to comment.