diff --git a/.github/workflows/get-release.yml b/.github/workflows/get-release.yml index 43d7df2..75541f8 100644 --- a/.github/workflows/get-release.yml +++ b/.github/workflows/get-release.yml @@ -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