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 18a7d05 commit 7102b68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ jobs:
tag_name: "${{ github.ref_name }}-${{github.run_number}}",
generate_release_notes: true,
});
const releaseFile = "platform-status.zip";
await github.rest.repos.uploadReleaseAsset({
owner: context.repo.owner,
repo: context.repo.repo,
release_id: release.data.id,
name: "platform-status.zip",
data: '@${platform-status.zip}',
data: '@${releaseFile}',
});
debug: false
result-encoding: "json"

0 comments on commit 7102b68

Please sign in to comment.