Skip to content

Commit 4134691

Browse files
committed
Fix file path
1 parent 378dab0 commit 4134691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/summary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
4242
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
43-
asset_path: ./monthly-summary-$.zip
43+
asset_path: ./monthly-summary.zip
4444
asset_name: monthly-summary-${{ steps.current-time.outputs.formattedTime }}.zip
4545
asset_content_type: application/zip
4646
- name: Report Status

0 commit comments

Comments
 (0)