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 6, 2024
1 parent d2522ea commit a45e595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const inputManifestURL = actionsCore.getInput('manifest-url');
)
artifactClient.uploadArtifact(
'latest_manifest.json',
['./data/latest_manifest.json'],
'./data/latest_manifest.json'
['latest_manifest.json'],
'./data/'
)

// const artifacts = await artifactClient.listArtifacts({latest: true})
Expand Down

0 comments on commit a45e595

Please sign in to comment.