Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored Feb 14, 2024
1 parent 3d44b87 commit 19fc66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: ${{ env.FILENAME }}
asset_name: ${{ env.FILENAME }}
asset_path: ${{ env.OUTPUT_FILENAME }}
asset_name: ${{ env.OUTPUT_FILENAME }}
asset_content_type: application/gzip

0 comments on commit 19fc66e

Please sign in to comment.