Skip to content

Commit

Permalink
Update get-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Jan 4, 2024
1 parent 53a98bf commit 34916ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/get-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: "${{ steps.get-release-info.outputs.result }}"
asset_path: "test.zip"
asset_name: "test.zip"
asset_content_type: "application/zip"
upload_url: ${{ steps.get-release-info.outputs.result }}
asset_path: ./test.zip
asset_name: test.zip
asset_content_type: application/zip

0 comments on commit 34916ed

Please sign in to comment.