Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Oct 21, 2024
1 parent 93efddd commit b31d588
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 @@ -38,7 +38,7 @@ const repositoryName = actionsGithub.context.repo.repo;
githubToken,
repositoryOwner,
repositoryName,
'manifest'
'{"test": "abc"}'
);

actionsCore.info(`Found ${artifacts.length} artifact${artifacts.length === 1 ? '' : 's'}.`);
Expand Down Expand Up @@ -97,7 +97,7 @@ const repositoryName = actionsGithub.context.repo.repo;

actionsCore.startGroup('Uploading new current artifact ...');
await artifactClient.uploadArtifact(
'manifest',
'{"test": "abc"}',
['./artifacts/manifest.json'],
'./artifacts'
)
Expand Down

0 comments on commit b31d588

Please sign in to comment.