Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Feb 7, 2024
1 parent a70fb38 commit 6532fbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ const inputManifestURL = actionsCore.getInput('manifest-url');
)

try {
artifactClient.uploadArtifact(
'manifest',
await artifactClient.uploadArtifact(
'latest_manifest',
[`./data/latest_manifest.json`],
`./data`
)
} catch (error) {
console.log(error);

}


Expand Down

0 comments on commit 6532fbe

Please sign in to comment.