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 71d833b commit 5587074
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 @@ -16,9 +16,9 @@ const inputManifestURL = actionsCore.getInput('manifest-url');
'./data/latest_manifest.json',
JSON.stringify(latestManifest)
)

artifactClient.uploadArtifact(
'latest_manifest',
'latest-manifest',
['latest_manifest.json'],
'./data'
)
Expand Down

0 comments on commit 5587074

Please sign in to comment.