Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteninja76 authored Jan 16, 2024
1 parent 7de96d8 commit 8654942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repo: context.repo.repo,
release_id: release.data.id,
name: "platform-status.zip",
data: `@${releaseFile}`,
data: await fs.readFileSync(releaseFile),
});
debug: true
result-encoding: "json"

0 comments on commit 8654942

Please sign in to comment.